Skip to content

angularcms/ivy-asynchronous-module

 
 

Repository files navigation

Loading module asynchronously in Angular Ivy

This small project shows an approach of how to work with asynchronous modules in Angular Ivy.

How to run the application?

Install dependencies:

yarn --pure-lockfile

Then build production bundles:

yarn build:prod

Serve dist folder via http-server:

yarn serve:prod

Ivy asynchronous module

About

Asynchronous modules and components in Angular Ivy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.2%
  • HTML 3.8%
  • CSS 1.0%