docs(aio): update migrated content from anguar.io

This commit is contained in:
Peter Bacon Darwin
2017-03-27 16:08:53 +01:00
committed by Pete Bacon Darwin
parent ff82756415
commit fd72fad8fd
1901 changed files with 20145 additions and 45127 deletions

View File

@ -1,7 +1,6 @@
// #docregion
import { Component } from '@angular/core';
@Component({
moduleId: module.id,
selector: 'my-app',
templateUrl: './app.component.html'
})

View File

@ -75,7 +75,6 @@ export class DoCheckComponent implements DoCheck {
/***************************************/
@Component({
moduleId: module.id,
selector: 'do-check-parent',
templateUrl: './do-check-parent.component.html',
styles: ['.parent {background: Lavender}']

View File

@ -49,7 +49,6 @@ export class OnChangesComponent implements OnChanges {
/***************************************/
@Component({
moduleId: module.id,
selector: 'on-changes-parent',
templateUrl: './on-changes-parent.component.html',
styles: ['.parent {background: Lavender;}']

View File

@ -4,7 +4,6 @@ import { Component } from '@angular/core';
import { LoggerService } from './logger.service';
@Component({
moduleId: module.id,
selector: 'spy-parent',
templateUrl: './spy.component.html',
styles: [

File diff suppressed because it is too large Load Diff