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
- npm package manager
-
Clone this repository :
git clone https://github.com/masteropen/angular-training.git
-
Install dependencies :
npm install
-
At the project root, run
ng serve
for a dev server. -
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.