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

0.14.3 • 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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @weblauncher/material-form

    Weekly Downloads

    2

    Version

    0.14.3

    License

    MIT

    Unpacked Size

    229 kB

    Total Files

    25

    Last publish

    Collaborators

    • mihaivarga