I'd like to start experimenting with Angular 2 and Dart, but I am not having much luck finding relevant documentation (the quick start guide doesn't get you very far).
For example - just simple things, like how to declare properties (do we still use annotations on getters, or do you need to use the Typescript style of declaring properties on the @Component?).
The angular dart newsgroup is not getting a lot of action.
To be blunt: Should I forget this for now until Angular 2 is further along?
PS: What would *really* help is an example that shows off all of the framework.