How to use the @angular2-material/input.MdInputModule function in @angular2-material/input

To help you get started, we’ve selected a few @angular2-material/input examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github robisim74 / angular-l10n / app / app.module.js View on Github external
}
    AppModule = __decorate([
        core_1.NgModule({
            imports: [
                platform_browser_1.BrowserModule,
                forms_1.FormsModule,
                forms_1.ReactiveFormsModule,
                app_routes_1.routing,
                http_1.HttpModule,
                dir_1.RtlModule,
                sidenav_1.MdSidenavModule,
                list_1.MdListModule,
                toolbar_1.MdToolbarModule,
                card_1.MdCardModule,
                radio_1.MdRadioModule,
                input_1.MdInputModule,
                button_1.MdButtonModule
            ],
            declarations: [
                app_component_1.AppComponent,
                home_component_1.HomeComponent,
                i18n_component_1.I18nComponent,
                list_component_1.ListComponent,
                validation_component_1.ValidationComponent,
                angular2localization_2.TranslatePipe,
                angular2localization_2.LocaleDatePipe,
                angular2localization_2.LocaleDecimalPipe,
                angular2localization_2.LocalePercentPipe,
                angular2localization_2.LocaleCurrencyPipe,
                angular2localization_3.LocaleNumberValidator
            ],
            providers: [