ivy-asynchronous-module icon indicating copy to clipboard operation
ivy-asynchronous-module copied to clipboard

Asynchronous modules and components in Angular Ivy

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