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 { ActivatedRouteSnapshot, Resolve } from '@angular/router';
|
||||
import { Observable } from 'rxjs/internal/Observable';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
import { ProductSaleReport } from './product-sale-report';
|
||||
import { ProductSaleReportService } from './product-sale-report.service';
|
||||
|
||||
Reference in New Issue
Block a user