import {Component} from "angular2/core"; @Component({ selector: 'page2-view', template: `
List below is a web component bound to array of items coming from angular.
Add/remove buttons control angular array and web component reacts on changes.