2.0.0 • Published 4 years ago

@ng-expandable-input/material v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

Stackblitz

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

2.0.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago