File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/projects/grid-jsdo/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ import { DataProviderService } from './service-config';
10
10
import { Observable , throwError , of } from 'rxjs' ;
11
11
import { map , switchMap , catchError } from 'rxjs/operators' ;
12
12
13
- // Patch for `@progress/jsdo-core` in strict mode.
14
- ( < any > window ) . progress = { } ;
15
13
import { progress } from '@progress/jsdo-core' ;
16
14
17
15
export class ProgressService < T > extends DataService < T > {
Original file line number Diff line number Diff line change @@ -55,3 +55,5 @@ import '@angular/localize/init';
55
55
/***************************************************************************************************
56
56
* APPLICATION IMPORTS
57
57
*/
58
+ // Patch for `@progress/jsdo-core` in strict mode.
59
+ ( < any > window ) . progress = { } ;
You can’t perform that action at this time.
0 commit comments