@@ -6,7 +6,9 @@ import { Component, OnInit } from '@angular/core';
|
||||
styleUrls: ['./page-not-found.component.scss']
|
||||
})
|
||||
export class PageNotFoundComponent implements OnInit {
|
||||
/* eslint "no-empty-function":0, "@typescript-eslint/no-empty-function": 0 */
|
||||
constructor() {}
|
||||
|
||||
ngOnInit() {}
|
||||
/* eslint "no-empty-function":0, "@typescript-eslint/no-empty-function": 0 */
|
||||
ngOnInit(): void {}
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@ import { Directive } from '@angular/core';
|
||||
selector: '[webview]'
|
||||
})
|
||||
export class WebviewDirective {
|
||||
/* eslint "no-empty-function":0, "@typescript-eslint/no-empty-function": 0 */
|
||||
constructor() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user