(
app: AppService,
)
| 31 | // eslint-disable-next-line @typescript-eslint/no-extraneous-class |
| 32 | export default class DemoTerminalModule { |
| 33 | constructor ( |
| 34 | app: AppService, |
| 35 | ) { |
| 36 | app.ready$.subscribe(() => { |
| 37 | app.openNewTab({ type: DemoTerminalTabComponent }) |
| 38 | }) |
| 39 | } |
| 40 | } |
nothing calls this directly
no test coverage detected