custom-ng-input
v1.0.0
Published
<h4>Install dependency</h4> ``` npm i -S custom-ng-input ```
Readme
...
import { FormsModule } from '@angular/forms';
import { CustomInputModule } from 'custom-ng-input';
@NgModule({
declarations: [AppComponent],
imports: [
BrowserAnimationsModule,
BrowserModule,
FormsModule
CustomInputModule
],
providers: [],
bootstrap: [AppComponent]
})