We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy loading components does work in the angular sample app, console error generated (See attached) Also confirmed in our own application
Lazy loaded components should load
I suspect this was caused by updating to Angular 8, and the change in lazy loading syntax
Angular CLI: 8.3.29 Node: 12.18.3 OS: linux x64 Angular: 8.2.14 ... animations, common, compiler, compiler-cli, core, forms ... language-service, platform-browser, platform-browser-dynamic ... platform-server, router
@angular-devkit/architect 0.803.29 @angular-devkit/build-angular 0.803.29 @angular-devkit/build-optimizer 0.803.29 @angular-devkit/build-webpack 0.803.29 @angular-devkit/core 8.3.29 @angular-devkit/schematics 8.3.29 @angular/cli 8.3.29 @angular/http 7.2.16 @ngtools/webpack 8.3.29 @nguniversal/module-map-ngfactory-loader 8.1.1 @schematics/angular 8.3.29 @schematics/update 0.803.29 rxjs 6.5.5 typescript 3.5.3 webpack 4.39.2
The text was updated successfully, but these errors were encountered:
@jpspringall Fixed in #440. Will be released in JSS 15. Fixed here
Sorry, something went wrong.
No branches or pull requests
Description
Lazy loading components does work in the angular sample app, console error generated (See attached)
Also confirmed in our own application
Expected behavior
Lazy loaded components should load
Steps To Reproduce
Possible Fix
I suspect this was caused by updating to Angular 8, and the change in lazy loading syntax
Your Environment
Angular CLI: 8.3.29
Node: 12.18.3
OS: linux x64
Angular: 8.2.14
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... platform-server, router
Package Version
@angular-devkit/architect 0.803.29
@angular-devkit/build-angular 0.803.29
@angular-devkit/build-optimizer 0.803.29
@angular-devkit/build-webpack 0.803.29
@angular-devkit/core 8.3.29
@angular-devkit/schematics 8.3.29
@angular/cli 8.3.29
@angular/http 7.2.16
@ngtools/webpack 8.3.29
@nguniversal/module-map-ngfactory-loader 8.1.1
@schematics/angular 8.3.29
@schematics/update 0.803.29
rxjs 6.5.5
typescript 3.5.3
webpack 4.39.2
Screenshots
The text was updated successfully, but these errors were encountered: