Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.51 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.51 KB

Angular 2 Pokédex

Development

Requirements

This project was generated with angular-cli, so in order to run this project, you'll have to install it as well.

Development server

To run the application locally, you have to run the following command:

ng serve

After this, you can go to http://localhost:4200 to view the application.

Libraries

The following libraries were used:

Documentation

The development of this application is documented in the following articles:

  1. Getting started with Angular 2 using Angular CLI
  2. Writing services with Angular 2 and RxJS
  3. Writing your first component with Angular 2
  4. Creating a pagination component with Angular 2
  5. Using routing with Angular 2
  6. Changing your page title when a route changes with Angular 2
  7. Implementing your own pipes with Angular 2
  8. Animating with Angular 2
  9. Showing a loader with Angular 2