Skip to content

masteropen/angular-training

Repository files navigation

Angular 9 training

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.

Prerequisites

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).

Running application

  1. Clone this repository : git clone https://github.com/masteropen/angular-training.git

  2. Install dependencies : npm install

  3. Run Angular built-in dev server : ng serve

  4. Navigate to http://localhost:4200. The app will automatically reload if you change any of the source files.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.