Lazy Loading Angular 9 SSR
See original GitHub issueI’m submitting a…
[ ] Regression
[ ] Bug report
[ ] Feature request
[ x ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
In Angular 9 lazy loading does not work.
Expected behavior
How does lazy loading work in Angular 9?
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
Nest version: X.Y.Z
For Tooling issues:
- Node version: XX
- Platform:
Others:
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Lazy-loading feature modules - Angular
Setting up a lazy-loaded feature module requires two main steps: Create the feature module with the Angular CLI, using the --route flag. Configure...
Read more >Angular SEO Guide- Angular Universal with Server Side ...
Angular SEO Guide- Angular Universal with Server Side Rendering including Lazy loading modules.
Read more >Angular 9 Universal and lazy loaded routes - Stack Overflow
I have a new project and I have set up lazy loading like this: const routes: Routes = [ { path: '', loadChildren:...
Read more >Working With Lazy Loading Modules and Preload Routing ...
Today, We learn how to use lazy loading to enhance the user experience and add preload and custom strategies for loading modules.
Read more >Lazy loading with Angular CLI and Router - Ganatan
We will implement the Lazy loading in our Web Application. We will use the Angular version 14.0.4 javascript framework.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@danieldanielecki
bundle
isn’t required anymore@NazimMertBilgi I’m also missing the
bundle
part when upgrading from Angular 8/ng-universal 1.2.0 to Angular 10/ng-universal 4.0.1. How did you fix that?@kamilmysliwiec was the README updated? Can’t find any information regarding the missing
bundle
part.