fix lint files
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {MatDialogActions, MatDialogClose, MatDialogContent, MatDialogTitle} from '@angular/material/dialog';
|
||||
import {MatButton} from '@angular/material/button';
|
||||
|
||||
@Component({
|
||||
selector: 'app-save-dialog',
|
||||
templateUrl: './save-dialog.component.html',
|
||||
styleUrls: ['./save-dialog.component.less'],
|
||||
imports: [MatDialogClose, MatDialogTitle, MatDialogContent, MatDialogActions, MatButton],
|
||||
})
|
||||
export class SaveDialogComponent {}
|
||||
|
||||
@@ -28,9 +28,7 @@ import {SongTypePipe} from '../../../../widget-modules/pipes/song-type-translate
|
||||
import {StatusPipe} from '../../../../widget-modules/pipes/status-translater/status.pipe';
|
||||
|
||||
@NgModule({
|
||||
declarations: [SaveDialogComponent],
|
||||
exports: [EditComponent],
|
||||
bootstrap: [SaveDialogComponent],
|
||||
imports: [
|
||||
CommonModule,
|
||||
SongTypePipe,
|
||||
@@ -55,6 +53,7 @@ import {StatusPipe} from '../../../../widget-modules/pipes/status-translater/sta
|
||||
EditFileComponent,
|
||||
FileComponent,
|
||||
HistoryComponent,
|
||||
SaveDialogComponent,
|
||||
],
|
||||
})
|
||||
export class EditModule {}
|
||||
|
||||
Reference in New Issue
Block a user