guachos-multi-select-panel
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

GuachosMultiSelectPanel

Angular library based on angular material components for the use of material panel component. This library was generated with Angular CLI version 13.1.3, and support until angular version 10.0.2 to the latest version of angular.

Installation

Using npm

npm i guachos-multi-select-panel --save

Using yarn

yarn add guachos-multi-select-panel

GuachosImagePicker requires Angular Material. version 10.0.1 or higher

ng add @angular/material

Importing the BrowserAnimationsModule into your application enables Angular's animation system. Declining this will disable most of Angular Material's animations.

Usages

You must import the module GuachosMultiSelectPanel where you will use it and use the component

***
import { GuachosMultiSelectPanelModule } from 'guachos-multi-select-panel';

@NgModule({
  ****
  imports: [
    ****
  GuachosMultiSelectPanelModule
  ],
  ****
})

/guachos-multi-select-panel/

    Package Sidebar

    Install

    npm i guachos-multi-select-panel

    Weekly Downloads

    4

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    109 kB

    Total Files

    30

    Last publish

    Collaborators

    • alexbd9106
    • destbreso
    • alejulian9119
    • guajiritos