Skip to content

klimentru1986/angular-ivy

Repository files navigation

Angular Ivy Example App

Application for testing angular ivy renderer. With modules, components, directives, dependency injection ...

Ivy progress status

Install

Run yarn install then run yarn ivy-ngcc to compile angular module to ivy format.

Compile

Run yarn compile to compile the project to JS format. The build artifacts will be stored in the out-tsc/ directory.

Development server

Run ng serve --aot or yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build --prod or yarn build to build the project. The build artifacts will be stored in the dist/ directory.