YTS.MX-Clone-Angular icon indicating copy to clipboard operation
YTS.MX-Clone-Angular copied to clipboard

This project use the official Yts.mx API and shows several core features of Angular.

YtsMx

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
Captura de ecrã 2021-10-29, às 13 28 08 Captura de ecrã 2021-10-29, às 13 28 39

Running the Project Locally

  1. Install the Angular CLI

    npm install -g @angular/cli

  2. Run npm install at the root of this project
  3. 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. 🔥

Running unit tests

Run ng test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.