Skip to content

Commit 62c1bf2

Browse files
added BrowserAnimationsModule
1 parent fc28a81 commit 62c1bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
33
import { FormsModule } from '@angular/forms';
44
import { HttpModule } from '@angular/http';
55
import { MaterialModule } from '@angular/material';
6-
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
6+
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
77
import { DndModule } from 'ng2-dnd';
88
import { DatepickerModule } from 'angular2-material-datepicker';
99

0 commit comments

Comments
 (0)