angular/modules/angular2_material/src/components
vsavkin 6f4a39c337 refactor(di): removed @Parent
BREAKING CHANGE
    The @Parent annotation has been removed. Use @Ancestor instead.
    @Parent was used to enforce a particular DOM structure (e.g., a pane component is a direct child of the tabs component).
    DI is not the right mechanism to do it. We should enforce it using schema instead.
2015-07-21 14:39:28 -07:00
..
button feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
checkbox feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
dialog refactor(di): removed @Parent 2015-07-21 14:39:28 -07:00
grid_list refactor(di): removed @Parent 2015-07-21 14:39:28 -07:00
input refactor(di): removed @Parent 2015-07-21 14:39:28 -07:00
progress-circular chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
progress-linear refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
radio refactor(di): removed @Parent 2015-07-21 14:39:28 -07:00
switcher feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00