0.0.4 • Published 4 years ago

custom-test-input v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago
...
import { FormsModule } from '@angular/forms';
import { CustomInputModule } from 'custom-input';

@NgModule({
    declarations: [AppComponent],
    imports: [
        BrowserAnimationsModule,
        BrowserModule,
        FormsModule
        CustomInputModule
    ],
    providers: [],
    bootstrap: [AppComponent]
})