mat-reduce
TypeScript icon, indicating that this package has built-in type declarations

10.1.22 • Public • Published

mat-reduce

NPM Version License Downloads/week Github Issues

A less verbose angular material.

Get Started

yarn add mat-reduce

Simple (Without Quill)

To include all form controls, except the Quill Editor, use the following:

import { MatReduceCoreModule } from 'mat-reduce-core';

@NgModule({
  ...,
  MatReduceCoreModule,
  ...
})

Advanced (With Quill)

To include all modules and the <form-quill-editor />, use the following:

import { MatReduceModule } from 'mat-reduce';

@NgModule({
  ...,
  MatReduceModule,
  ...
})

Add the quill script to angular.json, like so:

...
"scripts": [
  "node_modules/quill/dist/quill.min.js"
],
...

Development

To develop on this locally, simply clone this repo and run:

yarn
yarn start

And a development demo of each of the controls is available on http://localhost:4567

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mat-reduce

    Weekly Downloads

    166

    Version

    10.1.22

    License

    MIT

    Unpacked Size

    475 kB

    Total Files

    29

    Last publish

    Collaborators

    • benwinding