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

0.0.6 • Public • Published

GuachosSelectAutocomplete

Angular library based on angular material components for the use of that one autocomplete component with configurations. 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-select-autocomplete --save

Using yarn

yarn add guachos-select-autocomplete

GuachosSelectAutocomplete requires some dependencies.

ng add @angular/material
ng add @ngx-translate/core

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 GuachosSelectAutocomplete where you will use it and use the component

***
import { GuachosSelectAutocompleteModule } from 'guachos-select-autocomplete';

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

Readme

Keywords

none

Package Sidebar

Install

npm i guachos-select-autocomplete

Weekly Downloads

4

Version

0.0.6

License

MIT

Unpacked Size

114 kB

Total Files

24

Last publish

Collaborators

  • alexbd9106
  • destbreso
  • alejulian9119
  • guajiritos