import { Directive } from '@angular2/core';

/**
 * @internal
 */
@Directive({ selector: '[app-foo]' })
export class FooDirective {}
