-
Install NodeJS Installer
-
Clone your repository
git clone https://github.com/PATH_TO_YOUR_REPOSITORY.git
- Install the dependencies
npm install
- Run the application
npm start
Check your application at
http://localhost:4200/
Run
npm start
npm run lint
Note: The linter will be executed before each commit. If the linter fails then the commit will be canceled.
The best documentation is the Official Angular Documentation. It contains everything and it is always up to date.
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 Angular 2:
Documentation on Observables: