fix/ ng lint with eslint
This commit is contained in:
@@ -8,9 +8,9 @@ describe('PageNotFoundComponent', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ PageNotFoundComponent ]
|
||||
declarations: [PageNotFoundComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
@@ -4,5 +4,5 @@ import { Directive } from '@angular/core';
|
||||
selector: 'webview'
|
||||
})
|
||||
export class WebviewDirective {
|
||||
constructor() {}
|
||||
constructor() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user