UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

9 lines (6 loc) 157 B
import { Injectable } from '@angular/core'; @Injectable() export class BarService implements OnDestroy { constructor() {} ngOnDestroy(): void {} }