Günter Zöchbauer
Günter Zöchbauer
See also - https://stackoverflow.com/questions/21744677/how-does-the-const-constructor-actually-work - https://stackoverflow.com/questions/12418819/why-does-dart-have-compile-time-constants
https://github.com/dart-lang/angular2 would be the correct repo, this is for Dart Angular 1 http://stackoverflow.com/a/35209681/217408 contains some explanation about `read`
That's the Angular Dart 1.x repo. Please ask support question on http://stackoverflow.com/questions/tagged/dart
May I ask what this `'.': '=>dot',` is supposed to do?
Thanks, each day something new! On Feb 19, 2014 8:45 PM, "Francesco" [email protected] wrote: > @zoechi https://github.com/zoechi it maps the value of the element's > attribute that matches the selector...
I think in this case you should either use `document.querySelector()` or use the `_root` you inject in the 2nd code snippet inside `onShadowRoot` like `_root.querySelector()`. If there isn't a `shadowRoot...
Here is a related Dart bug http://dartbug.com/21225
AFAIK this shim is maintained by the Polymer project, you might have better chances to get a response there.
Angular.dart is almost orphaned. They put all effort into Angular 2. I haven't tried Angular 2 yet but as soon as it becomes halfway usable I'm sure it's better to...