angular-forms-utils
TypeScript icon, indicating that this package has built-in type declarations

0.6.7 • Public • Published

angular forms utils

Build Status codecov npm version devDependency Status GitHub issues GitHub stars GitHub license

Demo

https://jbmarchetti.github.io/angular-forms-utils/demo/

Table of contents

About

Angular2 Reactive forms utils

Installation

Install through npm:

npm install --save angular-forms-utils

Then include in your apps module:

import { Component, NgModule } from '@angular/core';
import { AngularFormsUtilsModule } from 'angular-forms-utils';
 
@NgModule({
  imports: [
    AngularFormsUtilsModule.forRoot()
  ]
})
export class MyModule {}

Finally use in one of your apps components:

import { Component } from '@angular/core';
 
@Component({
  template: '<hello-world></hello-world>'
})
export class MyComponent {}

You may also find it useful to view the demo source.

Usage without a module bundler

<script src="node_modules/angular-forms-utils/bundles/angular-forms-utils.umd.js"></script>
<script>
    // everything is exported angularFormsUtils namespace
</script>

Documentation

All documentation is auto-generated from the source via compodoc and can be viewed here: https://jbmarchetti.github.io/angular-forms-utils/docs/

Development

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install local dev dependencies: npm install while current directory is this repo

Development server

Run npm start to start a development server on port 8000 with auto reload + tests.

Testing

Run npm test to run tests once or npm run test:watch to continually run tests.

Release

  • Bump the version in package.json (once the module hits 1.0 this will become automatic)
npm run release

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.6.76latest

Version History

VersionDownloads (Last 7 Days)Published
0.6.76
0.6.60
0.6.20
0.6.10
0.6.00
0.5.70
0.5.60
0.5.50
0.5.40
0.5.30
0.5.10
0.4.150
0.4.140
0.4.130
0.4.120
0.4.110
0.4.100
0.4.90
0.4.80
0.4.70
0.4.60
0.4.50
0.4.40
0.4.30
0.4.20
0.4.10
0.4.00
0.3.80
0.3.70
0.3.60
0.3.50
0.3.4340
0.3.430
0.3.420
0.3.411
0.3.400
0.3.390
0.3.380
0.3.371
0.3.360
0.3.350
0.3.340
0.3.330
0.3.320
0.3.310
0.3.300
0.3.290
0.3.281
0.3.271
0.3.260
0.3.250
0.3.240
0.3.230
0.3.220
0.3.210
0.3.200
0.3.190
0.3.180
0.3.170
0.3.160
0.3.150
0.3.130
0.3.110
0.3.100
0.3.90
0.3.21
0.3.10
0.2.540
0.2.530
0.2.520
0.2.500
0.2.480
0.2.470
0.2.450
0.2.440
0.2.430
0.2.400
0.2.380
0.2.371
0.2.360
0.2.330
0.2.320
0.2.300
0.2.290
0.2.271
0.2.260
0.2.250
0.2.200
0.2.190
0.2.180
0.2.170
0.2.150
0.2.140
0.2.130
0.2.120
0.2.110
0.2.100
0.2.80
0.2.71
0.2.40
0.2.30
0.2.20
0.2.10
0.1.180
0.1.170
0.1.160
0.1.151
0.1.141
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.11
0.1.00

Package Sidebar

Install

npm i angular-forms-utils

Weekly Downloads

17

Version

0.6.7

License

MIT

Unpacked Size

1.07 MB

Total Files

102

Last publish

Collaborators

  • jbmarchetti