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 22
22
"@angular/core" : " ^4.0.0" ,
23
23
"@angular/forms" : " ^4.0.0" ,
24
24
"@angular/http" : " ^4.0.0" ,
25
- "@angular/material" : " ^2.0.0-beta.3 " ,
25
+ "@angular/material" : " ^2.0.0-beta.4 " ,
26
26
"@angular/platform-browser" : " ^4.0.0" ,
27
27
"@angular/platform-browser-dynamic" : " ^4.0.0" ,
28
28
"@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';
3
3
import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
4
4
import { NgModule } from '@angular/core' ;
5
5
import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
6
- import { MaterialModule } from '@angular/material' ;
6
+ import { MaterialModule , MdNativeDateModule } from '@angular/material' ;
7
7
import { MaterialDocsExample } from './material-docs-example' ;
8
+ import { HttpModule } from '@angular/http' ;
8
9
9
10
@NgModule ( {
10
11
11
12
imports : [
12
13
BrowserModule ,
13
14
BrowserAnimationsModule ,
14
15
FormsModule ,
15
- ReactiveFormsModule ,
16
+ HttpModule ,
16
17
MaterialModule ,
18
+ MdNativeDateModule ,
19
+ ReactiveFormsModule ,
17
20
] ,
18
21
19
22
declarations : [ MaterialDocsExample ] ,
You can’t perform that action at this time.
0 commit comments