MCPcopy Create free account
hub / github.com/angular/angular / Ng2BModule

Class Ng2BModule

packages/examples/upgrade/static/ts/lite-multi/module.ts:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 declarations: [Ng2BComponent],
76})
77export class Ng2BModule {
78 ngDoBootstrap() {}
79}
80
81// The downgraded Angular modules.
82const downgradedNg2AModule = downgradeModule((extraProviders: StaticProvider[]) =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected