https://github.com/allanvillatoro/cancionesangular
Este web app de Angular consume el API de CancionesNode. El ejemplo muestra el uso de componentes, servicios e @Input
https://github.com/allanvillatoro/cancionesangular
angular components javascript services
Last synced: about 2 months ago
JSON representation
Este web app de Angular consume el API de CancionesNode. El ejemplo muestra el uso de componentes, servicios e @Input
- Host: GitHub
- URL: https://github.com/allanvillatoro/cancionesangular
- Owner: allanvillatoro
- Created: 2021-03-31T01:35:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T01:41:42.000Z (about 5 years ago)
- Last Synced: 2025-11-29T22:07:56.729Z (7 months ago)
- Topics: angular, components, javascript, services
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CancionesAngular
Esta web app consume CancionesNode como backend, y utiliza Angular con sus componentes y servicios. Se utiliza también @Input.
Para instalar los módulos:
```bash
$ npm install
```
Para ejecutarlo:
```bash
$ ng serve --open
```