angular/modules/@angular/upgrade/src
Igor Minar d21331e902 fix(ngUpgrade): to work with @NgModule
We changed the bootstrap order:
1. create NgZone
2. bootstrap ng1 inside NgZone and upgrade ng1 components to ng2 components.
3. bootstrap ng2 with NgZone

Note: Previous footgun behavior was: bootstrap ng2 first to extract NgZone, so that ng1 bootstrap can happen in NgZone. This meant that if ng2 bootstrap eagerly compiled a component which contained ng1 components, then we did not have complete metadata.
2016-08-08 12:50:08 -07:00
..
angular_js.ts fix(ngUpgrade): to work with @NgModule 2016-08-08 12:50:08 -07:00
constants.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
downgrade_ng2_adapter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata.ts chore(lint): enable lint check for duplicate vars 2016-07-13 12:33:39 -07:00
upgrade_adapter.ts fix(ngUpgrade): to work with @NgModule 2016-08-08 12:50:08 -07:00
upgrade_ng1_adapter.ts fix(ngUpgrade): to work with @NgModule 2016-08-08 12:50:08 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00