Skip to content

Commit

Permalink
angular 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Longfld authored Feb 20, 2019
1 parent 47263c0 commit c83161a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ import {BrowserModule } from '@angular/platform-browser';
import {AppComponent } from './app.component';
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
import {HttpModule} from '@angular/http';
import {MyMaterialModule} from './my.material.module';
import 'hammerjs/hammer';

@NgModule({
imports: [ BrowserModule, BrowserAnimationsModule,
FormsModule, HttpModule,
FormsModule,
MyMaterialModule,ReactiveFormsModule],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ]
Expand Down

0 comments on commit c83161a

Please sign in to comment.