ScottSWu
|
ae75e3640a
|
chore(lint): Added license headers to most TypeScript files
Relates to #9380
|
2016-06-23 09:47:54 -07:00 |
Victor Berchet
|
e1e5c40ef7
|
fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`)
BREAKING CHANGE:
Before:
expect(...).toThrowErrorWith(msg);
After:
expect(...).toThrowError(msg);
|
2016-06-23 08:58:52 -07:00 |
Victor Berchet
|
5e3ccbcea9
|
refactor: add types (#9288)
|
2016-06-17 10:57:32 -07:00 |
Victor Berchet
|
8a54c1a115
|
refactor(ViewBuilder): cleanup
|
2016-06-14 19:11:30 -07:00 |
Kara Erickson
|
b866f32832
|
chore(forms): rename Control, ControlGroup, and ControlArray classes
|
2016-06-10 12:00:18 -07:00 |
Kara Erickson
|
4ed6cf7519
|
feat(forms): allow ngModel to register with parent form
|
2016-06-10 10:24:01 -07:00 |
Alex Eagle
|
f39c9c9e75
|
style(lint): re-format modules/@angular
|
2016-06-09 17:00:15 -07:00 |
Victor Berchet
|
7ce0fc7d47
|
refactor: add types (#9116)
|
2016-06-09 11:04:15 -07:00 |
ScottSWu
|
86fbd50c3d
|
refactor(TypeScript): Add noImplicitAny
We automatically insert explicit 'any's where needed. These need to be
addressed as in #9100.
Fixes #4924
|
2016-06-08 16:20:50 -07:00 |
Kara Erickson
|
50acb96130
|
fix(forms): update value and validity when controls are added
Closes #8826
|
2016-06-08 14:06:20 -07:00 |
Kara Erickson
|
515a8e0765
|
fix(forms): rename old forms folder to forms-deprecated
|
2016-06-08 11:21:58 -07:00 |