chore(templates): update generator templates

This commit is contained in:
Adam Bradley
2016-09-26 10:57:21 +01:00
parent dc1a59df49
commit 7cf01fbc21
9 changed files with 22 additions and 11 deletions

View File

@ -10,7 +10,9 @@ import { Directive } from '@angular/core';
selector: '[$FILENAME]' // Attribute selector
})
export class $CLASSNAME {
constructor() {
console.log('Hello World');
console.log('Hello $CLASSNAME Directive');
}
}