Skip to content

Commit ccab54d

Browse files
committed
fix: grid-jsdo demo
1 parent 46b8c55 commit ccab54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/projects/grid-jsdo/src/app/data/progress.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { DataProviderService } from './service-config';
1010
import { Observable, throwError, of } from 'rxjs';
1111
import { map, switchMap, catchError } from 'rxjs/operators';
1212

13-
// Patch for `@progress/jsdo-core` in strict mode.
14-
(<any> window).progress = {};
1513
import { progress } from '@progress/jsdo-core';
1614

1715
export class ProgressService<T> extends DataService<T> {

examples/projects/grid-jsdo/src/polyfills.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ import '@angular/localize/init';
5555
/***************************************************************************************************
5656
* APPLICATION IMPORTS
5757
*/
58+
// Patch for `@progress/jsdo-core` in strict mode.
59+
(<any> window).progress = {};

0 commit comments

Comments
 (0)