@weblauncher/material-form
TypeScript icon, indicating that this package has built-in type declarations

0.12.0 • Public • Published

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

Package Sidebar

Install

npm i @weblauncher/material-form

Weekly Downloads

200

Version

0.12.0

License

MIT

Unpacked Size

219 kB

Total Files

23

Last publish

Collaborators

  • mihaivarga