Skip to content

Files

Latest commit

 

History

History
23 lines (13 loc) · 1.04 KB

File metadata and controls

23 lines (13 loc) · 1.04 KB

Angular Lazy Loading and Dynamic Injection Sample Project

This project was generated with Angular CLI version 1.6.6. This module uses a local version of Angular CLI so you don't have to install it globally 👍

Instalation

Pretty straight forward (no drama) npm install or yarn install. When complete, go to the next step.

Development server

Run npm run serve or yarn run serve 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 to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests or e2e tests

Unit testing has been stripped from this project, if you want to bring it back just add the missing packages and test configurations from the original Angular CLI project.

Further help

If you want to improve this project feel free to contribute.