You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
is there any reason why Router rc.1 is not supported? I changed package.json to Router 3.0.0-rc.1 and it seems to work at least on my local machine in development mode.
But when publishing I get the errors:
ERROR in D:\temp\simulaton1\node_modules\@angular\router\src\router_module.d.ts
PUBLISH(9,10): Error TS2305: Module '"D:/temp/simulaton1/node_modules/@angular/core/index"' has no exported member 'ModuleWithProviders'.
ERROR in D:\temp\simulaton1\node_modules\@angular\router\src\router.d.ts
PUBLISH(14,39): Error TS2305: Module '"D:/temp/simulaton1/node_modules/@angular/core/index"' has no exported member 'NgModuleFactoryLoader'.
ERROR in D:\temp\simulaton1\node_modules\@angular\router\src\common_router_providers.d.ts
PUBLISH(9,55): Error TS2305: Module '"D:/temp/simulaton1/node_modules/@angular/core/index"' has no exported member 'NgModuleFactoryLoader'.
And when running on Azure I get the JS error: vendor.js?v=q8XzvTF_DTJOT7DL1Oy9K50isNCKoxrZNhoQGyG6uts:938 Uncaught Invalid provider - only instances of Provider and Type are allowed, got: [object Object]
The text was updated successfully, but these errors were encountered:
I haven't ran into that issue, but from the looks of it there are still plenty of issues with the v3 router even in rc1 (open issues). I'd maybe stick the previous beta version for now, maybe rc2 will fix whatever's going on!
is there any reason why Router rc.1 is not supported? I changed
package.json
toRouter 3.0.0-rc.1
and it seems to work at least on my local machine in development mode.But when publishing I get the errors:
And when running on Azure I get the JS error:
vendor.js?v=q8XzvTF_DTJOT7DL1Oy9K50isNCKoxrZNhoQGyG6uts:938 Uncaught Invalid provider - only instances of Provider and Type are allowed, got: [object Object]
The text was updated successfully, but these errors were encountered: