foo.directive.ts 133 B

1234567
  1. import { Directive } from '@angular2/core';
  2. /**
  3. * @internal
  4. */
  5. @Directive({ selector: '[app-foo]' })
  6. export class FooDirective {}