Chore: Fix import of Observable to be from rxjs and not rxjs/internal. It was maybe causing optimization bailouts
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { throwError } from 'rxjs';
|
||||
import { Observable } from 'rxjs/internal/Observable';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
|
||||
Reference in New Issue
Block a user