https://github.com/wilianmorales/heroesapp
Proyecto realizado para practicar conceptos de Angular Routing (Child routes), Lazy Loading, Guards, Angular Material Components and Styles. Siguiendo el Curso de Fernando Herrera.
https://github.com/wilianmorales/heroesapp
angular angular-guard angular-material prime-flex typescript
Last synced: 2 months ago
JSON representation
Proyecto realizado para practicar conceptos de Angular Routing (Child routes), Lazy Loading, Guards, Angular Material Components and Styles. Siguiendo el Curso de Fernando Herrera.
- Host: GitHub
- URL: https://github.com/wilianmorales/heroesapp
- Owner: WilianMorales
- Created: 2024-07-24T17:55:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T17:56:01.000Z (over 1 year ago)
- Last Synced: 2025-03-23T17:46:08.635Z (over 1 year ago)
- Topics: angular, angular-guard, angular-material, prime-flex, typescript
- Language: TypeScript
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeroesApp
This project was generated with Angular CLI version 12.2.18, and then updated to version 14.2.7.

## 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
```