0.14.3 • Published 1 year ago

@weblauncher/material-form v0.14.3

Weekly downloads
33
License
MIT
Repository
github
Last release
1 year ago

Material Form

npm version

This is an Angular Material component library for having a material design form.

Installation

Install dependencies

npm i @weblauncher/material-ckeditor @weblauncher/material-file-input @ckeditor/ckeditor5-angular @ckeditor/ckeditor5-build-classic

Install library

npm i @weblauncher/material-form

Usage

Import module into your project app.module.ts or other sub-module:

import { MatFormModule } from '@weblauncher/material-form';

In your templates now you can add

<mat-form
  [fields]="fields"
  [layout]="layout"
  [disableOnInvalid]="true"
  (ngSubmit)="submit($event);"
  (valueChanges)="formValueChanged($event)"
></mat-form>

Contribute

Angular Material Administration library contribution guide

0.14.2

1 year ago

0.14.3

1 year ago

0.12.0

1 year ago

0.12.1

1 year ago

0.14.0

1 year ago

0.12.2

1 year ago

0.14.1

1 year ago

0.13.2

1 year ago

0.13.3

1 year ago

0.13.4

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.9.0

1 year ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.5.1

4 years ago

0.3.2

4 years ago

0.3.3

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago