File tree Expand file tree Collapse file tree 9 files changed +13
-8
lines changed Expand file tree Collapse file tree 9 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 35
35
"@angular/platform-browser" : " 2.0.0-rc.1" ,
36
36
"@angular/platform-browser-dynamic" : " 2.0.0-rc.1" ,
37
37
"@angular/router" : " 2.0.0-rc.1" ,
38
+ "@angular/forms" : " ^0.1.0" ,
38
39
"core-js" : " ^2.4.0" ,
39
40
"hammerjs" : " ^2.0.8" ,
40
41
"rxjs" : " 5.0.0-beta.6" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
forwardRef ,
12
12
AfterContentInit
13
13
} from '@angular/core' ;
14
- import { NG_VALUE_ACCESSOR , ControlValueAccessor } from '@angular/common ' ;
14
+ import { NG_VALUE_ACCESSOR , ControlValueAccessor } from '@angular/forms ' ;
15
15
16
16
/**
17
17
* Monotonically increasing integer used to auto-generate unique ids for checkbox components.
Original file line number Diff line number Diff line change 21
21
},
22
22
"homepage" : " https://github.com/angular/material2#readme" ,
23
23
"peerDependencies" : {
24
- "@angular2-material/core" : " 2.0.0-alpha.5-2"
24
+ "@angular2-material/core" : " 2.0.0-alpha.5-2" ,
25
+ "@angular/forms" : " ^0.1.0"
25
26
}
26
27
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
19
19
import {
20
20
NG_VALUE_ACCESSOR ,
21
21
ControlValueAccessor
22
- } from '@angular/common ' ;
22
+ } from '@angular/forms ' ;
23
23
import { BooleanFieldValue } from '@angular2-material/core/annotations/field-value' ;
24
24
import { MdError } from '@angular2-material/core/errors/error' ;
25
25
import { Observable } from 'rxjs/Observable' ;
Original file line number Diff line number Diff line change 23
23
},
24
24
"homepage" : " https://github.com/angular/material2#readme" ,
25
25
"peerDependencies" : {
26
- "@angular2-material/core" : " 2.0.0-alpha.5-2"
26
+ "@angular2-material/core" : " 2.0.0-alpha.5-2" ,
27
+ "@angular/forms" : " ^0.1.0"
27
28
}
28
29
}
Original file line number Diff line number Diff line change 21
21
},
22
22
"homepage" : " https://github.com/angular/material2#readme" ,
23
23
"peerDependencies" : {
24
- "@angular2-material/core" : " 2.0.0-alpha.5-2"
24
+ "@angular2-material/core" : " 2.0.0-alpha.5-2" ,
25
+ "@angular/forms" : " ^0.1.0"
25
26
}
26
27
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
import {
18
18
NG_VALUE_ACCESSOR ,
19
19
ControlValueAccessor
20
- } from '@angular/common ' ;
20
+ } from '@angular/forms ' ;
21
21
import {
22
22
MdUniqueSelectionDispatcher
23
23
} from '@angular2-material/core/coordination/unique-selection-dispatcher' ;
Original file line number Diff line number Diff line change 23
23
},
24
24
"homepage" : " https://github.com/angular/material2#readme" ,
25
25
"peerDependencies" : {
26
- "@angular2-material/core" : " 2.0.0-alpha.5-2"
26
+ "@angular2-material/core" : " 2.0.0-alpha.5-2" ,
27
+ "@angular/forms" : " ^0.1.0"
27
28
}
28
29
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
import {
13
13
ControlValueAccessor ,
14
14
NG_VALUE_ACCESSOR
15
- } from '@angular/common ' ;
15
+ } from '@angular/forms ' ;
16
16
import { BooleanFieldValue } from '@angular2-material/core/annotations/field-value' ;
17
17
import { Observable } from 'rxjs/Observable' ;
18
18
You can’t perform that action at this time.
0 commit comments