Victor Berchet
|
28c4852cd6
|
refactor: remove ts2dart annotations
|
2016-08-01 11:34:51 -07:00 |
Matias Niemelä
|
e18626b7a2
|
fix(core): ensure ngFor only inserts/moves/removes elements when necessary (#10287)
Closes #9960
Closes #7239
Closes #9672
Closes #9454
Closes #10287
|
2016-08-01 11:09:52 -07:00 |
Victor Berchet
|
b652a7fc9f
|
chore: remove obsolete files (#10240)
|
2016-07-22 16:18:31 -07:00 |
Victor Berchet
|
00aa7a76b6
|
chore(tests): enable lint, make it green. (#10224)
|
2016-07-21 17:12:00 -07:00 |
Victor Berchet
|
3f08efa35d
|
fix(KeyValueDiffer): check for changes
fixes #9115
|
2016-07-18 11:30:07 -07:00 |
Victor Berchet
|
0914dc35e8
|
refactor(Differ): cleanup
|
2016-07-18 11:30:07 -07:00 |
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 |
Alex Eagle
|
f39c9c9e75
|
style(lint): re-format modules/@angular
|
2016-06-09 17:00: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 |
Victor Berchet
|
a6ad61d83e
|
refactor: change provide(...) for {provide: ...}
- provide() is deprecated,
- {} syntax is required by the offline compiler
|
2016-06-03 15:03:49 -07:00 |
Igor Minar
|
a66cdb469f
|
repackaging: all the repackaging changes squashed
|
2016-05-01 20:51:00 -07:00 |
Igor Minar
|
505da6c0a8
|
repackaging: all the file moves
|
2016-05-01 20:51:00 -07:00 |