Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 809 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 809 Bytes

HeroesApp

This project was generated with Angular CLI version 12.2.18, and then updated to version 14.2.7.

Design preview for Desktop

Angular concepts used on this project

  • Third Party Angular Libraries.
  • Custom pipes.
  • Angular routing.
    • Guards.
    • Dynamic routes.
    • Pages.
  • Modules.
  • Services.
  • Reactive Forms

The following fake API was used:

Json-Server was implemented to create a fake REST API, for development and testing purposes.

Implemented Dependencies:

  • json-server
npm i json-server
  • Angular Material
ng add @angular/material
  • PrimeFlex
npm i primeflex

Note:

Install dependencies for running this project

npm install
  • Levantar el backend y ejecutar la app
npm run backend
ng serve -o