angular-cn/modules/@angular/compiler
Matias Niemelä e504d4eb05 fix(renderer): remove unecessary setElementStyles method
There is no need to expose this additional method inside of the Renderer
API. The functionality can be restored by looping and calling
`setElementStyle` instead.

Note that this change is changing code that was was introduced after
the last release therefore this fix is not a breaking change.

Closes #9000
Closes #9009
2016-06-03 15:20:34 -07:00
..
src fix(renderer): remove unecessary setElementStyles method 2016-06-03 15:20:34 -07:00
test refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
testing chore(lint): enable duplicateModuleImport tslint check 2016-05-27 09:17:08 -07:00
compiler.ts feat(core): add a component resolver that can load components lazily using system.js 2016-05-04 14:50:00 -07:00
core_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.ts fix(renderer): remove unecessary setElementStyles method 2016-06-03 15:20:34 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts chore(compiler): Expose types needed by the language service 2016-06-02 13:36:22 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json build: consolidate tsc to ease migration to @types/ based typings delivery 2016-05-25 08:22:07 -07:00
tsconfig-es2015.json build: consolidate tsc to ease migration to @types/ based typings delivery 2016-05-25 08:22:07 -07:00