mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(templates): directive template
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
describe('$CLASSNAME', () => {
|
||||
it('should do something', () => {
|
||||
expect(true).toEqual(true);
|
||||
|
@ -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
|
||||
})
|
||||
|
Reference in New Issue
Block a user