mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
docs(download): fix lint
This commit is contained in:
parent
70c407dac4
commit
2690745f97
1 changed files with 3 additions and 4 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { AfterViewInit, Component, Inject } from '@angular/core';
|
import { AfterViewInit, Component } from '@angular/core';
|
||||||
import { NB_WINDOW, NbDialogRef } from '@nebular/theme';
|
import { NbDialogRef } from '@nebular/theme';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ngx-download-form',
|
selector: 'ngx-download-form',
|
||||||
|
|
@ -14,8 +14,7 @@ import { NB_WINDOW, NbDialogRef } from '@nebular/theme';
|
||||||
})
|
})
|
||||||
export class DownloadFormComponent implements AfterViewInit {
|
export class DownloadFormComponent implements AfterViewInit {
|
||||||
|
|
||||||
constructor(@Inject(NB_WINDOW) private window,
|
constructor(protected ref: NbDialogRef<DownloadFormComponent>) {
|
||||||
protected ref: NbDialogRef<DownloadFormComponent>) {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngAfterViewInit() {
|
ngAfterViewInit() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue