Skip to content

Commit

Permalink
chore(dialog): make lint happy #3199
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacho committed Dec 6, 2018
1 parent a20439a commit 89fb845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export class IgxDialogComponent implements IToggleView, OnInit, OnDestroy, After
};
}

ngAfterContentInit() {
ngAfterContentInit() {
this.toggleRef.onClosing.pipe(takeUntil(this.destroy$)).subscribe(() => this.emitCloseFromDialog());
}

Expand Down

0 comments on commit 89fb845

Please sign in to comment.