| 75 | declarations: [Ng2BComponent], |
| 76 | }) |
| 77 | export class Ng2BModule { |
| 78 | ngDoBootstrap() {} |
| 79 | } |
| 80 | |
| 81 | // The downgraded Angular modules. |
| 82 | const downgradedNg2AModule = downgradeModule((extraProviders: StaticProvider[]) => |
nothing calls this directly
no outgoing calls
no test coverage detected