clean up and lint files
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import {Directive, ElementRef, Input, OnInit} from '@angular/core';
|
||||
|
||||
@Directive({ selector: '[appAutofocus]', })
|
||||
@Directive({selector: '[appAutofocus]'})
|
||||
export class AutofocusDirective implements OnInit {
|
||||
private focus = true;
|
||||
|
||||
public constructor(private el: ElementRef<HTMLElement>) {
|
||||
}
|
||||
public constructor(private el: ElementRef<HTMLElement>) {}
|
||||
|
||||
@Input()
|
||||
public set autofocus(condition: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user