|
14 | 14 | 'app': 'app',
|
15 | 15 |
|
16 | 16 | // angular bundles
|
| 17 | + '@angular/animations': 'npm:@angular/animations/bundles/animations.umd.js', |
| 18 | + '@angular/animations/browser': 'npm:@angular/animations/bundles/animations-browser.umd.js', |
17 | 19 | '@angular/core': 'npm:@angular/core/bundles/core.umd.js',
|
18 | 20 | '@angular/common': 'npm:@angular/common/bundles/common.umd.js',
|
19 | 21 | '@angular/compiler': 'npm:@angular/compiler/bundles/compiler.umd.js',
|
20 | 22 | '@angular/platform-browser': 'npm:@angular/platform-browser/bundles/platform-browser.umd.js',
|
21 | 23 | '@angular/platform-browser-dynamic': 'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
|
| 24 | + '@angular/platform-browser/animations': 'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js', |
22 | 25 | '@angular/http': 'npm:@angular/http/bundles/http.umd.js',
|
23 | 26 | '@angular/router': 'npm:@angular/router/bundles/router.umd.js',
|
24 | 27 | '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
|
25 | 28 |
|
26 | 29 | // other libraries
|
27 |
| - 'rxjs': 'npm:rxjs', |
| 30 | + 'rxjs': 'npm:rxjs', |
28 | 31 | 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
|
| 32 | + 'jszip': 'npm:jszip', |
29 | 33 |
|
30 | 34 | // Kendo UI for Angular scopes
|
31 | 35 | '@progress': 'npm:@progress',
|
|
41 | 45 | }
|
42 | 46 | }
|
43 | 47 | },
|
44 |
| - |
| 48 | + |
45 | 49 | rxjs: {
|
46 | 50 | defaultExtension: 'js'
|
47 | 51 | },
|
48 | 52 |
|
| 53 | + jszip: { |
| 54 | + defaultExtension: 'js', |
| 55 | + main: './dist/jszip.js' |
| 56 | + }, |
| 57 | + |
49 | 58 | // Kendo UI for Angular packages
|
50 | 59 | 'npm:@progress/kendo-angular-buttons': {
|
51 | 60 | main: './dist/npm/main.js',
|
|
92 | 101 | defaultExtension: 'js'
|
93 | 102 | },
|
94 | 103 |
|
| 104 | + 'npm:@progress/kendo-angular-excel-export': { |
| 105 | + main: './dist/npm/main.js', |
| 106 | + defaultExtension: 'js' |
| 107 | + }, |
| 108 | + |
| 109 | + 'npm:@progress/kendo-ooxml': { |
| 110 | + main: './dist/npm/main.js', |
| 111 | + defaultExtension: 'js' |
| 112 | + }, |
| 113 | + |
95 | 114 | 'npm:@progress/kendo-angular-layout': {
|
96 | 115 | main: './dist/npm/main.js',
|
97 | 116 | defaultExtension: 'js'
|
|
0 commit comments