update tslint -> eslint
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class PresentationService {
|
||||
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
export class PresentationService {}
|
||||
|
||||
Reference in New Issue
Block a user