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

committed by
Matias Niemelä

parent
eb56ab38dc
commit
55b8de9fdd
@ -1,4 +1,4 @@
|
||||
'use strict'; // necessary for es6 output in node
|
||||
'use strict'; // necessary for es6 output in node
|
||||
|
||||
import { browser, element, by } from 'protractor';
|
||||
|
||||
|
@ -16,7 +16,7 @@ import { UserService } from './user.service';
|
||||
export class AppComponent {
|
||||
// #enddocregion import-services
|
||||
|
||||
private userId: number = 1;
|
||||
private userId = 1;
|
||||
|
||||
// #docregion ctor
|
||||
constructor(logger: LoggerService, public userContext: UserContextService) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* tslint:disable:one-line:check-open-brace*/
|
||||
/* tslint:disable:one-line*/
|
||||
// #docregion
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* tslint:disable:one-line:check-open-brace*/
|
||||
/* tslint:disable:one-line*/
|
||||
// #docplaster
|
||||
// #docregion injection-token
|
||||
import { InjectionToken } from '@angular/core';
|
||||
|
Reference in New Issue
Block a user