build(aio): lint examples

This commit is contained in:
Jesús Rodríguez
2017-05-03 19:31:02 +02:00
committed by Matias Niemelä
parent eb56ab38dc
commit 55b8de9fdd
35 changed files with 131 additions and 36 deletions

View File

@ -15,6 +15,6 @@ import { HEROES } from './hero';
})
export class HeroParentComponent {
heroes = HEROES;
master: string = 'Master';
master = 'Master';
}
// #enddocregion

View File

@ -11,8 +11,8 @@ import { Component } from '@angular/core';
`
})
export class VersionParentComponent {
major: number = 1;
minor: number = 23;
major = 1;
minor = 23;
newMinor() {
this.minor++;