dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

ShadowRoot error #1330

Closed hasan3ysf closed 10 years ago

hasan3ysf commented 10 years ago

Hi, I just added simple transform statement as below, and got an error telling: ShadowRoot.resetStyleInheritance and ShadowRoot.applyAuthorStyles now deprecated in dart:html. Please remove them from your code.

my statement in the YAML file is: transformers:

vicb commented 10 years ago

Those features are also deprecated in angular meaning that we plan on removing them in the next release.