prevent loss of unsaved changes to settings on tab nav

This commit is contained in:
Michael Shamoon
2022-11-28 21:38:52 -08:00
parent 2148c4482b
commit c7a0f9468a
2 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
import { Injectable } from '@angular/core'
import { DirtyCheckGuard } from '@ngneat/dirty-check-forms'
import { Observable, Subject } from 'rxjs'
import { map } from 'rxjs/operators'
import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
import { ConfirmDialogComponent } from 'src/app/components/common/confirm-dialog/confirm-dialog.component'