Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maryucha/pokedexangular13
In this exercise I will implement an Angular 13 application for practices in the framework consuming the Pokedex API
https://github.com/maryucha/pokedexangular13
angular compodoc css html5 pokemon
Last synced: 28 days ago
JSON representation
In this exercise I will implement an Angular 13 application for practices in the framework consuming the Pokedex API
- Host: GitHub
- URL: https://github.com/maryucha/pokedexangular13
- Owner: Maryucha
- Created: 2022-03-18T15:48:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T20:02:39.000Z (almost 3 years ago)
- Last Synced: 2023-10-26T20:39:21.567Z (about 1 year ago)
- Topics: angular, compodoc, css, html5, pokemon
- Language: TypeScript
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
This project was generated with [angular-cli](https://github.com/angular/angular-cli).## Screenshots of the application - (for assets embedding demo)
| HOME | DETAILS |DOCUMENTATION |
| ------------------------------------- | -------------------------------------- | -------------------------------------- |
| ![Home](./pokedex/screenshots/home.png) | ![Details](./pokedex/screenshots/details.png) |![Documentation](./pokedex/screenshots/documentation.png) |It is a demo project for demonstrating my habilities with Angular:
- architecture
- components documentation
- embedding images
- documentating methods and properties of components, classes, interfaces, etc...## Development server
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.