File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11// this bundle is almost identical to the angular2.umd.js
2- // the only difference being "testing" export
2+ // the only difference being "testing" exports
33exports . core = require ( 'angular2/core' ) ;
44exports . common = require ( 'angular2/common' ) ;
55exports . compiler = require ( 'angular2/compiler' ) ;
66exports . platform = {
77 browser : require ( 'angular2/platform/browser' ) ,
8- common_dom : require ( 'angular2/platform/common_dom' )
8+ common_dom : require ( 'angular2/platform/common_dom' ) ,
9+
10+ // this is included as compared to the angular2-all.umd.js bundle
11+ testing : {
12+ browser : require ( 'angular2/platform/testing/browser' )
13+ }
914} ;
1015exports . http = require ( 'angular2/http' ) ;
1116exports . router = require ( 'angular2/router' ) ;
1217exports . router_link_dsl = require ( 'angular2/router/router_link_dsl.js' ) ;
1318exports . instrumentation = require ( 'angular2/instrumentation' ) ;
1419exports . upgrade = require ( 'angular2/upgrade' ) ;
15- // this is the only difference as compared to the angular2-all.umd.js bundle
20+
21+ // this is included as compared to the angular2-all.umd.js bundle
1622exports . testing = require ( 'angular2/testing' ) ;
1723exports . http . testing = require ( 'angular2/http/testing' ) ;
1824exports . router . testing = require ( 'angular2/router/testing' ) ;
You can’t perform that action at this time.
0 commit comments