Application for testing angular ivy renderer. With modules, components, directives, dependency injection ...
Run yarn install then run yarn ivy-ngcc to compile angular module to ivy format.
Run yarn compile to compile the project to JS format. The build artifacts will be stored in the out-tsc/ directory.
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.
Run ng build --prod or yarn build to build the project. The build artifacts will be stored in the dist/ directory.