@@ -11,27 +11,27 @@ System.config({
11
11
12
12
// Angular specific mappings.
13
13
'@angular/core' : 'node:@angular/core/bundles/core.umd.js' ,
14
- '@angular/core/testing' : 'node:@angular/core/bundles/core-testing.umd.min. js' ,
15
- '@angular/common' : 'node:@angular/common/bundles/common.umd.min. js' ,
16
- '@angular/common/testing' : 'node:@angular/common/bundles/common-testing.umd.min. js' ,
17
- '@angular/common/http' : 'node:@angular/common/bundles/common-http.umd.min. js' ,
18
- '@angular/common/http/testing' : 'node:@angular/common/bundles/common-http-testing.umd.min. js' ,
19
- '@angular/compiler' : 'node:@angular/compiler/bundles/compiler.umd.min. js' ,
20
- '@angular/compiler/testing' : 'node:@angular/compiler/bundles/compiler-testing.umd.min. js' ,
21
- '@angular/forms' : 'node:@angular/forms/bundles/forms.umd.min. js' ,
22
- '@angular/forms/testing' : 'node:@angular/forms/bundles/forms-testing.umd.min. js' ,
23
- '@angular/animations' : 'node:@angular/animations/bundles/animations.umd.min. js' ,
24
- '@angular/animations/browser' : 'node:@angular/animations/bundles/animations-browser.umd.min. js' ,
14
+ '@angular/core/testing' : 'node:@angular/core/bundles/core-testing.umd.js' ,
15
+ '@angular/common' : 'node:@angular/common/bundles/common.umd.js' ,
16
+ '@angular/common/testing' : 'node:@angular/common/bundles/common-testing.umd.js' ,
17
+ '@angular/common/http' : 'node:@angular/common/bundles/common-http.umd.js' ,
18
+ '@angular/common/http/testing' : 'node:@angular/common/bundles/common-http-testing.umd.js' ,
19
+ '@angular/compiler' : 'node:@angular/compiler/bundles/compiler.umd.js' ,
20
+ '@angular/compiler/testing' : 'node:@angular/compiler/bundles/compiler-testing.umd.js' ,
21
+ '@angular/forms' : 'node:@angular/forms/bundles/forms.umd.js' ,
22
+ '@angular/forms/testing' : 'node:@angular/forms/bundles/forms-testing.umd.js' ,
23
+ '@angular/animations' : 'node:@angular/animations/bundles/animations.umd.js' ,
24
+ '@angular/animations/browser' : 'node:@angular/animations/bundles/animations-browser.umd.js' ,
25
25
'@angular/platform-browser/animations' :
26
- 'node:@angular/platform-browser/bundles/platform-browser-animations.umd.min. js' ,
26
+ 'node:@angular/platform-browser/bundles/platform-browser-animations.umd.js' ,
27
27
'@angular/platform-browser' :
28
- 'node:@angular/platform-browser/bundles/platform-browser.umd.min. js' ,
28
+ 'node:@angular/platform-browser/bundles/platform-browser.umd.js' ,
29
29
'@angular/platform-browser/testing' :
30
- 'node:@angular/platform-browser/bundles/platform-browser-testing.umd.min. js' ,
30
+ 'node:@angular/platform-browser/bundles/platform-browser-testing.umd.js' ,
31
31
'@angular/platform-browser-dynamic' :
32
- 'node:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.min. js' ,
32
+ 'node:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js' ,
33
33
'@angular/platform-browser-dynamic/testing' :
34
- 'node:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.min. js' ,
34
+ 'node:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js' ,
35
35
36
36
// Path mappings for local packages that can be imported inside of tests.
37
37
'@angular/material' : 'dist/packages/material/index.js' ,
0 commit comments