klimentru1986 / angular-ivy

Home Page:https://medium.com/ngx/angular-ivy-renderer-%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%BD%D0%BE%D1%81%D1%82%D1%8C-93-20e0aff2e861

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://medium.com/ngx/angular-ivy-renderer-%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%BD%D0%BE%D1%81%D1%82%D1%8C-93-20e0aff2e861


Languages

Language:TypeScript 74.3%Language:JavaScript 16.0%Language:HTML 5.8%Language:Dockerfile 1.5%Language:Shell 1.5%Language:CSS 1.0%