@ng-expandable-input/material
v2.0.0
Published
Expandable input styled using @angular/material
Downloads
25
Readme
Expandable Input - Material
What is it?
A expandable input component built on top of @ng-expandable-input/cdk implementing material styling
Demo:
https://dmitryefimenko.github.io/ng-expandable-input/
Playground
Installation
- npm:
npm i @ng-expandable-input/cdk @ng-expandable-input/material
- yarn:
yarn add @ng-expandable-input/cdk @ng-expandable-input/material
Usage
import { ExpandableInputMaterialModule } from '@ng-expandable-input/material';
@NgModule({
imports: [ExpandableInputMaterialModule]
// ...
})
export class AppModule {}
API:
See README for @ng-expandable-input/cdk