update tslint -> eslint
This commit is contained in:
@@ -2,15 +2,9 @@ import {NgModule} from '@angular/core';
|
||||
import {CommonModule} from '@angular/common';
|
||||
import {KeyPipe} from './key.pipe';
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [KeyPipe],
|
||||
exports: [
|
||||
KeyPipe
|
||||
],
|
||||
imports: [
|
||||
CommonModule
|
||||
]
|
||||
exports: [KeyPipe],
|
||||
imports: [CommonModule],
|
||||
})
|
||||
export class KeyTranslatorModule {
|
||||
}
|
||||
export class KeyTranslatorModule {}
|
||||
|
||||
Reference in New Issue
Block a user