Alex Rickabaugh
|
60727c4d2b
|
revert(format): Revert "chore(format): update to latest formatter"
This reverts commit 03627aa84d .
|
2016-04-12 09:41:01 -07:00 |
Alex Eagle
|
03627aa84d
|
chore(format): update to latest formatter
Closes #7958
|
2016-04-11 22:15:23 +00:00 |
vsavkin
|
3c8fa8c50d
|
cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom
BREAKING CHANGE
Before
import {DomAdapter} from 'angular2/core';
After
import {DomAdapter} from 'angular2/platform/common_dom';
Closes #5370
|
2015-11-20 00:14:24 +00:00 |
Julie Ralph
|
f529236bfc
|
refactor(test): rename test_lib to testing
Old test_lib is now testing_internal
test_lib_public is now testing
|
2015-10-13 10:36:49 -07:00 |
Marc Laval
|
bffa2cb59b
|
feat(animate): cross-browser compatibility
Closes #4243
|
2015-09-24 10:24:40 +02:00 |
Robert Messerle
|
39ce9d3397
|
feat(animate): adds basic support for CSS animations on enter and leave
Closes #3876
|
2015-09-14 17:37:09 +00:00 |