update rxjs imports

This commit is contained in:
William Welling
2021-11-18 09:09:00 -06:00
parent d049caa8c0
commit f7bea3eaa9
37 changed files with 36 additions and 54 deletions

View File

@@ -11,9 +11,8 @@ import {
OnChanges
} from '@angular/core';
import { hasValue, isNotEmpty } from '../empty.util';
import { Observable, of as observableOf, Subscription } from 'rxjs';
import { from as fromPromise, Observable, of as observableOf, Subscription } from 'rxjs';
import { ThemeService } from './theme.service';
import { fromPromise } from 'rxjs/internal-compatibility';
import { catchError, switchMap, map } from 'rxjs/operators';
import { GenericConstructor } from '../../core/shared/generic-constructor';