/ng-exercises

Exercice - Angular 4 course assignments

Primary LanguageTypeScript

NgExercises

Greenkeeper badge Build Status

This project was generated with Angular CLI version 1.0.0.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

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. Before running the tests make sure you are serving the app via ng serve.

Further help

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

Resolve exercices

Fork this repo if you didn't fork it before.

Read the README.md inside the assignment folder Chose the assignment you will work on and uncomment it, in the app.component.html Run ng serve and start adding your code.

Warning in TDD you have to write your components tests straight after preparing your environment, you start coding when your test are done !

Each component have to be tester and each test file have to be fill before you start code (commit will be checked)

Remember you have no code to put outside the assignment folder

configure Travis to run test on your repo.