Victor Berchet
|
6420f75320
|
fix(testing): remove the `toMatchPattern` matcher (jasmine has `toMatch`)
BREAKING CHANGE:
Before:
expect(...).toMatchPattern(pattern);
After:
expect(...).toMatch(pattern);
|
2016-06-23 08:58:28 -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 |
Matias Niemelä
|
fa0718ba9a
|
feat(animations): provide support for offline compilation
|
2016-06-03 14:36:11 -07:00 |
Matias Niemelä
|
5e0f8cf3f0
|
feat(core): introduce support for animations
Closes #8734
|
2016-05-25 13:56:50 -07:00 |