0.0.2 • Published 5 years ago

ng-form-manager v0.0.2

Weekly downloads
92
License
-
Repository
-
Last release
5 years ago

ng-form-manager -Alpha

Create, modify and view your forms.

Quick start

  1. A recommended way to install ng-form-manager is through npm package manager using the following command:

    npm i ng-form-manager --save

Install

  1. Install as shown in the above section.

  2. Import formManagerModule into the module that declares the component using ng-form-manager:

import { formManagerModule } from 'ng-form-manager';

  1. Add it to [imports] under @NgModule:

imports: [ ... formManagerModule, ... ]

  1. Add Bootstrap CDN script on your index.html file:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.css" />

Usage

Demo application: Demo