chore(templates): directive template

This commit is contained in:
Daniel Imhoff
2017-03-16 10:33:58 -05:00
parent 960e529b43
commit da8ce042b6
2 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,3 @@
describe('$CLASSNAME', () => {
it('should do something', () => {
expect(true).toEqual(true);

View File

@ -1,11 +1,11 @@
import { Directive } from '@angular/core';
/*
Generated class for the $CLASSNAME directive.
See https://angular.io/docs/ts/latest/api/core/index/DirectiveMetadata-class.html
for more info on Angular 2 Directives.
*/
/**
* Generated class for the $CLASSNAME directive.
*
* See https://angular.io/docs/ts/latest/api/core/index/DirectiveMetadata-class.html
* for more info on Angular Directives.
*/
@Directive({
selector: '[$FILENAME]' // Attribute selector
})