mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
import {Directive} from 'angular2/angular2';
|
|
|
|
|
|
@Directive({
|
|
selector: 'ion-label'
|
|
})
|
|
export class Label {}
|