This project use the official Yts.mx API and shows several core features of Angular including:
- Components
- Data Binding
- Communication between components
- Services
- Routing
- HttpInterceptor
- rxjs
- Install the Angular CLI
npm install -g @angular/cli
- Run
npm install
at the root of this project - Run ng serve -o 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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.