An open API service indexing awesome lists of open source software.

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

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.