Skip to content
New issue

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 of app-modules #2

Open
achyudh opened this issue Apr 20, 2019 · 0 comments
Open

Lazy loading of app-modules #2

achyudh opened this issue Apr 20, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@achyudh
Copy link
Member

achyudh commented Apr 20, 2019

With lazy loading, the application loads faster by shipping only the essential startup code to the browser. Other code is placed inside of feature modules, which are loaded on demand. Kime needs to be set up for lazy loading as per the steps mentioned here: https://angular.io/guide/lazy-loading-ngmodules.

@achyudh achyudh added the enhancement New feature or request label Apr 20, 2019
@achyudh achyudh self-assigned this Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant