question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lazy Loading Angular 9 SSR

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kamilmysliwieccommented, Sep 23, 2020

@danieldanielecki bundle isn’t required anymore

0reactions
danieldanieleckicommented, Sep 22, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found