mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
chore(templates): update generator templates
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user