0.0.2 • Published 4 years ago

ng-mvp v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Model-View-Presenter schematics for Angular

This repository is based on an article by Lars Gyrup Brink Nielsen:

https://indepth.dev/model-view-presenter-with-angular/

Install

This should be installed in devDependencies to make sure it is not distributed with your application.

npm install ng-mvp --save-dev

How to use it

Once installed, you can generate code in the same way you use ng generate component your-component or ng g c your-component for short.

This is how you generate

np generate ng-mvp:container your-component

To add a presenter simply add the --presenter parameter.

np generate ng-mvp:container your-component --presenter