Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 485 Bytes

Angular Module System and DI

This project demonstrates how the Angular Module system and its Dependency Injection Mechanism work.

For the explanation, open ./docs/overview.md.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run a script

To run a TypeScript file in ts-node you can do

npm run ts-node path/to/script