| 126 | }) |
| 127 | // #docregion bootstrap-ng1 |
| 128 | export class Ng2AppModule { |
| 129 | // #enddocregion ng2-module |
| 130 | constructor(private upgrade: UpgradeModule) {} |
| 131 | |
| 132 | ngDoBootstrap() { |
| 133 | // We bootstrap the AngularJS app. |
| 134 | this.upgrade.bootstrap(document.body, [ng1AppModule.name]); |
| 135 | } |
| 136 | // #docregion ng2-module |
| 137 | } |
| 138 | // #enddocregion bootstrap-ng1 |
| 139 | // #enddocregion ng2-module |
| 140 |
nothing calls this directly
no outgoing calls
no test coverage detected