Better? Worst? More simple? complex? Lets look at a first application created with a first draft version of Angular2 + Firebase and its change detection.
Here is a short video on creating a polymer application basic structure, a responsive menu and toolbar. No coding involved!
Here is a short video getting Yeoman to do the hard work creating and setting up all necessary parts to get a Polymer App running in 2 minutes.
We keep learning polymer’s templates features. Its time to take a look at iterating templates, conditional flow and referencing another template. If you would like to review bindings to a property, a complex object or a specific context please review Polymer Templates - Bindings
“Polymer’s TemplateBinding library extends the capabilities of the HTML Template Element by enabling it to create, manage, and remove instances of content bound to data defined in JavaScript. Although internal in Polymer, it is also useful standalone.”