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
Matias Niemelä
169869a195
test(matchers): add support for toMatchPattern in tests
2016-03-09 21:31:15 -08:00
Tim Blasi
e19b31db29
refactor(test): Remove unnecessary `noSuchMethod`
...
Remove trivial implementations in many spy objects which just calls the
parent's `noSuchMethod`.
Closes #6410
Closes #6491
2016-01-15 22:53:09 +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
vsavkin
79472b77ca
refactor(core): move facades out of core
...
This is part of ongoing work to make core platform-independent.
BREAKING CHANGE
All private exports from 'angular2/src/core/facade/{lang,collection,exception_handler}' should be replaced with 'angular2/src/facade/{lang,collection,exception_handler}'.
2015-11-07 01:36:06 +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