UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

8 lines (6 loc) 133 B
import { Directive } from '@angular2/core'; /** * @internal */ @Directive({ selector: '[app-foo]' }) export class FooDirective {}