angular-cn/modules/@angular/compiler
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
..
src refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
test refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
testing refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
core_private.ts refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
core_private_testing.ts refactor(core/testing): remove deprecated TestComponentBuilder 2016-08-23 09:59:00 -07:00
index.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00