ng-form-manager
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i ng-form-manager

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

2.23 MB

Total Files

76

Last publish

Collaborators

  • mrtcmn