ng-messages2
Version:
Angular version of ng-message
23 lines (21 loc) • 555 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { ClNgMessageModule } from 'ng-messages2';
import { AppComponent } from './app.component';
export class AppModule { }