/Angular_Front

Dev Angular Project with me

Primary LanguageTypeScript

Starter Waiting List

Installation et exécution

  1. Install NodeJS Installer

  2. Clone your repository

git clone https://github.com/PATH_TO_YOUR_REPOSITORY.git
  1. Install the dependencies
npm install
  1. Run the application
npm start

Check your application at

http://localhost:4200/

Start the project

Run

npm start

Run the linter

npm run lint

Note: The linter will be executed before each commit. If the linter fails then the commit will be canceled.

Angular documentation

The best documentation is the Official Angular Documentation. It contains everything and it is always up to date.

Important note

We are working with Angular version 2+ (here Angular 7). When you look for some documentation, add "Angular 2" in your research to be sure to find the right documentation. You might find documentation about AngularJS, run if it's the case! It's a very old version totally different from our version.

Documentation - Liens

Documentation Angular 2:

Documentation on Observables: