UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

11 lines (9 loc) 221 B
import { Nothing } from '../decorators/nothing.decorator'; import { LogClass } from '../decorators/log.decorator'; @Nothing() export class DoNothing { aname: string; doNothing() { // nothing here } }