https://github.com/layzeedk/ngx-tour-of-heroes-mvp
Tour of Heroes Angular app using the Model-View-Presenter pattern
https://github.com/layzeedk/ngx-tour-of-heroes-mvp
angular mvp mvp-pattern tour-of-heroes
Last synced: 8 days ago
JSON representation
Tour of Heroes Angular app using the Model-View-Presenter pattern
- Host: GitHub
- URL: https://github.com/layzeedk/ngx-tour-of-heroes-mvp
- Owner: LayZeeDK
- License: mit
- Created: 2018-04-29T01:04:39.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-02T22:58:12.000Z (about 3 years ago)
- Last Synced: 2025-04-05T08:35:06.894Z (about 1 month ago)
- Topics: angular, mvp, mvp-pattern, tour-of-heroes
- Language: TypeScript
- Size: 2.83 MB
- Stars: 110
- Watchers: 3
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tour of Heroes Angular app using the Model-View-Presenter pattern
This project was generated with
[Angular CLI](https://github.com/angular/angular-cli) version 7.0.# Model-View-Presenter
Container components, presentational components and presenters are combined
using the MVP (Model-View-Presenter) pattern.# Article
[Model-View-Presenter with Angular](https://indepth.dev/model-view-presenter-with-angular/)# Development tools
Angular CLI development server with Hot Module Replacement. Unit tests using
Karma in headless Chrome browser with Wallaby.js integration.