Files
2015-05-11 22:33:32 -05:00

15 lines
264 B
JavaScript

import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
import {IonicComponent} from 'ionic/config/component'
@Directive({
selector: 'ion-label'
})
export class Label {
constructor() {
}
}
// new IonicComponent(Label, {
// })