build(aio): lint examples
This commit is contained in:

committed by
Matias Niemelä

parent
eb56ab38dc
commit
55b8de9fdd
@ -15,6 +15,6 @@ import { HEROES } from './hero';
|
||||
})
|
||||
export class HeroParentComponent {
|
||||
heroes = HEROES;
|
||||
master: string = 'Master';
|
||||
master = 'Master';
|
||||
}
|
||||
// #enddocregion
|
||||
|
@ -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++;
|
||||
|
Reference in New Issue
Block a user