No provider for ApplicationInitStatus!

Just tried the nightly for ionic2 ver 2.1.0-201703092235. It seems it is using angular4 RC2. Newly created app throws
"No provider for ApplicationInitStatus!".
The current version of ionic is 2.2.0 and the nightly is still on 2.1.0.

2 Likes

do you have any progress on this? I have the same issue

try the new v3 release docs. this is resolved.

I solve it importing BrowserModule into app.module.ts

2 Likes