Sample app used to work on integrating Polymer.Dart into Angular2 Dart project. This is not a definitive guide, just experiments. Correct me where I'm wrong!
View live at: http://ng2-polymer.dougreese.com/
- Standard stuff - should be the same in any Angular2 Dart app
- Include main polymer.dart and call initPolymer() asynchronously (needed?)
- Include router providers
- Add base href for Angular Router
- Standard Polymer initialization
- Polymer paper layout - https://elements.polymer-project.org/elements/paper-drawer-panel
- Include router-outlet used by Angular2 Router