Skip to content

arturovt/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

Releases

No releases published

Packages

No packages published