import {Component, Directive} from 'angular2/angular2'; @Directive({ selector: 'ion-label' }) export class Label { constructor() { } }