After I installed the dependencies, I started to run npm start. And I found out the are couple of errors but the app was still working.
One error is in app.route.ts, it's using providerRouter and RouterConfig, but I cannot find them via api search on angular.io. So I assume they are been removed in RC6.
Anyway, I think it's worth to fix these errors.
After I installed the dependencies, I started to run
npm start. And I found out the are couple of errors but the app was still working.One error is in
app.route.ts, it's usingproviderRouterandRouterConfig, but I cannot find them via api search on angular.io. So I assume they are been removed in RC6.Anyway, I think it's worth to fix these errors.