polymer-dart
polymer-dart copied to clipboard
Polymer support for Dart
_From @nicolasgarnier on August 26, 2014 17:17_ _From [[email protected]](https://code.google.com/u/[email protected]/) on August 01, 2014 20:51:28_ See https://code.google.com/p/dart/issues/detail?id=18597 for details about how to use this new polymer transformer option. _Original issue: http://code.google.com/p/dart/issues/detail?id=20318_...
### Description #### Steps to Reproduce Some (general) steps to reproduce are: 1. Create a polymer.dart project 2. enable strong_mode in analysis_options.yaml 3. run `dartdevc` 4. observe strong-mode errors
A three-year project must have a milestone!
This is just the initial version but it is already working. Still needs some improvements and lacks array and maps support.
This blocks interop with the latest angular2 build Dependencies that need to be updated: - [ ] reflectable - [ ] initialize - [ ] web_components
### Description #### Steps to Reproduce Initialize polymer in a zone: ``` main() { runZoned(() async { await initPolymer(); }); } ``` #### Expected Results a Polymer component handle (e.g....
Having trouble registering a propertyChanged observer in Polymer.dart (dart 1.18.1). The method pageChanged is never called when I run pub serve and surf to http://localhost:......web/index.html#/home. I suspect it is not...
Are skip polymer.js 1.0? and port polymer 2.0 directly.
_From @nicolasgarnier on August 26, 2014 15:19_ _From [[email protected]](https://code.google.com/u/102042171744549015655/) on January 09, 2014 03:01:17_ URL (if available): Some of https://www.dartlang.org/polymer-dart/ https://www.dartlang.org/docs/tutorials/polymer-intro/ https://api.dartlang.org/docs/channels/stable/latest/polymer.html Issue/feedback: The first example on < https://www.dartlang.org/polymer-dart/ >...
I have a site that was using polymer < 1.0. That sites index page loaded quickly. After upgrading, the header loads slowly and finally renders. I expected performance to improve...