| 59 | declarations: [Ng1AComponentFacade, Ng2AComponent], |
| 60 | }) |
| 61 | export class Ng2AModule { |
| 62 | ngDoBootstrap() {} |
| 63 | } |
| 64 | |
| 65 | // Another Angular module that declares an Angular component. |
| 66 | @Component({ |
nothing calls this directly
no outgoing calls
no test coverage detected