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 |
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 |
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 |
Dmytro Kulyk
|
a38c9a1ef7
|
fix(Router) Fix detect active route in depth.
|
2016-05-24 20:51:51 -07:00 |
Misko Hevery
|
d5f5ce82ca
|
Revert "fix(compiler): support string tokens with `.` inside."
This reverts commit 67c80fbb5e .
|
2016-05-24 20:51:51 -07:00 |
Tobias Bosch
|
67c80fbb5e
|
fix(compiler): support string tokens with `.` inside.
Closes #8178
|
2016-05-20 12:56:02 -07:00 |
Misko Hevery
|
107016ec12
|
chore: router move import changes
|
2016-05-02 13:27:03 -07:00 |
Miško Hevery
|
d930ad1816
|
chore: router move-only
|
2016-05-02 13:27:03 -07:00 |