This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2222 "@angular/core" : " ^4.0.0" ,
2323 "@angular/forms" : " ^4.0.0" ,
2424 "@angular/http" : " ^4.0.0" ,
25- "@angular/material" : " ^2.0.0-beta.3 " ,
25+ "@angular/material" : " ^2.0.0-beta.4 " ,
2626 "@angular/platform-browser" : " ^4.0.0" ,
2727 "@angular/platform-browser-dynamic" : " ^4.0.0" ,
2828 "@angular/router" : " ~4.0.0" ,
Original file line number Diff line number Diff line change @@ -3,17 +3,20 @@ import {BrowserModule} from '@angular/platform-browser';
33import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
44import { NgModule } from '@angular/core' ;
55import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
6- import { MaterialModule } from '@angular/material' ;
6+ import { MaterialModule , MdNativeDateModule } from '@angular/material' ;
77import { MaterialDocsExample } from './material-docs-example' ;
8+ import { HttpModule } from '@angular/http' ;
89
910@NgModule ( {
1011
1112 imports : [
1213 BrowserModule ,
1314 BrowserAnimationsModule ,
1415 FormsModule ,
15- ReactiveFormsModule ,
16+ HttpModule ,
1617 MaterialModule ,
18+ MdNativeDateModule ,
19+ ReactiveFormsModule ,
1720 ] ,
1821
1922 declarations : [ MaterialDocsExample ] ,
You can’t perform that action at this time.
0 commit comments