File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import '../../../scripts/ polyfills.ts ' ;
1+ import './ polyfills' ;
22
33import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' ;
44import { enableProdMode } from '@angular/core' ;
Original file line number Diff line number Diff line change 1+ /***************************************************************************************************
2+ * Zone JS is required by default for Angular itself.
3+ */
4+ import 'zone.js' ; // Included with Angular CLI.
5+
6+ /***************************************************************************************************
7+ * APPLICATION IMPORTS
8+ */
9+
10+ ( window as any ) [ 'global' ] = window ;
Original file line number Diff line number Diff line change 22 "extends" : " ../../tsconfig.base.json" ,
33 "files" : [
44 " ./src/main.ts" ,
5- " ../../scripts /polyfills.ts"
5+ " ./src /polyfills.ts"
66 ],
77 "include" : [
88 " ./src/typings.d.ts"
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "description" : " Angular file upload directives" ,
66 "scripts" : {
7- "ng" : " nx" ,
8- "start" : " ng serve" ,
7+ "start" : " npx nx run ng2-file-upload-demo:serve" ,
98 "demo.build" : " ng build" ,
109 "demo.build-prod" : " ng build" ,
1110 "build" : " nx run ng2-file-upload:build" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments