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 in OpenClassrooms
with Angular 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 CLI npm 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.git
-
Install dependencies :
npm install
-
Run Angular built-in dev server :
ng serve
-
Navigate to
http://localhost:4200
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.