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

committed by
Matias Niemelä

parent
eb56ab38dc
commit
55b8de9fdd
@ -8,7 +8,7 @@ import 'rxjs/add/operator/delay';
|
||||
|
||||
@Injectable()
|
||||
export class AuthService {
|
||||
isLoggedIn: boolean = false;
|
||||
isLoggedIn = false;
|
||||
|
||||
// store the URL so we can redirect after logging in
|
||||
redirectUrl: string;
|
||||
|
@ -15,7 +15,7 @@ export class ComposeMessageComponent {
|
||||
@HostBinding('style.position') position = 'absolute';
|
||||
|
||||
details: string;
|
||||
sending: boolean = false;
|
||||
sending = false;
|
||||
|
||||
constructor(private router: Router) {}
|
||||
|
||||
|
Reference in New Issue
Block a user