angular/modules/@angular/core/test
Igor Minar 4a740f23a4 refactor(core): remove deprecated @Component.directives and @Component.pipes
BREAKING CHANGE: previously deprecated @Component.directives and @Component.pipes support was removed.

All the components and pipes now must be declarated via an NgModule. NgModule is the basic
compilation block passed into the Angular compiler via Compiler#compileModuleSync or #compileModuleAsync.

Because of this change, the Compiler#compileComponentAsync and #compileComponentSync were removed as well -
any code doing compilation should compile module instead using the apis mentioned above.

Lastly, since modules are the basic compilation unit, the ngUpgrade module was modified to always require
an NgModule to be passed into the UpgradeAdapter's constructor - previously this was optional.
2016-08-23 09:59:00 -07:00
..
animation test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
change_detection refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
debug refactor(debug): switch tests from TCB to use TestBed (#10756) 2016-08-17 16:27:54 -07:00
di refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
dom chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
facade chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
linker refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
metadata Remove TCB (#10900) 2016-08-17 15:05:22 -07:00
reflection refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
testability chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
util chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
zone fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) 2016-08-19 12:10:53 -07:00
application_init_spec.ts fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) 2016-08-19 12:10:53 -07:00
application_module_spec.ts feat(i18n): provide LOCALE_ID and NgLocalization 2016-08-13 06:18:25 -07:00
application_ref_spec.ts refactor(ApplicationRef): remove all previously deprecated ApplicationRef apis 2016-08-12 17:59:30 -07:00
component_fixture_spec.ts chore(formatting): fix formatting for component fixture spec (#10986) 2016-08-22 10:20:21 -07:00
dev_mode_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
directive_lifecycle_integration_spec.ts test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
fake_async_spec.ts fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) 2016-08-19 12:10:53 -07:00
forward_ref_integration_spec.ts refactor(core): update forward_ref_integration_spec not to use TestComponentBuilder 2016-08-17 08:06:32 -07:00
spies.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
testing_internal_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00