Options
All
  • Public
  • Public/Protected
  • All
Menu

Polpware typescript mvc (3.0.0)

Polpware-fe-mvc

This project consists of a set of high-level components for building mvc-based applications.

Install

To use it, clone this repo and install it from your disk or type the command as follows

yarn add https://github.com/polpware/polpware-fe-mvc.git

Development and Test

Create your modules in the src directory, and run the following command for test

ng test

To generate published modules, run

make publish

To generate documents, run

gulp doc

Documents

Visit documents

Generated using TypeDoc