- Notifications
You must be signed in to change notification settings - Fork0
masteropen/angular-training
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project deals with a lot of concepts that you need to know when you start with Angular:
- Components
- Directive and Pipes
- Data binding, Event listening using Observable and Subscription
- Services
- Routing
- Forms
- Interaction with server ...
This project was generated during my Angular training inOpenClassrooms withAngular CLI version 9.1.5.
To be able to run this application, you need these dependencies
- Nodejs >= v10.13
- npm package manager
Then install Angular CLInpm install @angular/cli@9.1.5 (add-g option if you want install Angular CLI globally).
Clone this repository :
git clone https://github.com/masteropen/angular-training.gitInstall dependencies :
npm installRun Angular built-in dev server :
ng serveNavigate to
http://localhost:4200. The app will automatically reload if you change any of the source files.
Runng test to execute the unit tests viaKarma.
Runng e2e to execute the end-to-end tests viaProtractor.
To get more help on the Angular CLI useng help or go check out theAngular CLI README.
About
Angular 9 training
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.