Matias Niemelä
|
f1b6c6efa1
|
refactor(animations): ensure animation input/outputs are managed within the template parser (#11782)
Closes #11782
Closes #11601
Related #11707
|
2016-09-24 05:37:04 +09:00 |
Matias Niemelä
|
45e8e73670
|
refactor(animations): deport TCB away from animation-land forever (#10892)
* feat(animations): support animation trigger template callbacks
* refactor(animations): deport TCB away from animation-land forever
|
2016-08-22 17:18:25 -07:00 |
Matias Niemelä
|
806a25413c
|
feat(animations): allow animation integration support into host params
Closes #9044
Closes #9933
|
2016-07-12 14:55:36 -07:00 |
Matias Niemelä
|
5af1e891cd
|
fix(animations): throw errors when duplicate component trigger names are registered
|
2016-07-12 14:55:31 -07:00 |
Matias Niemelä
|
79eda30f0f
|
refactor(animations): collect parser / lookup errors in the same place
|
2016-07-12 14:55:27 -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
|
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ä
|
5e0f8cf3f0
|
feat(core): introduce support for animations
Closes #8734
|
2016-05-25 13:56:50 -07:00 |