0.8.3 • Published 3 years ago

@weblauncher/material-form v0.8.3

Weekly downloads
33
License
MIT
Repository
github
Last release
3 years 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.8.3

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.2

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.5.1

3 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago