import { Directive } from '@angular/core'; /** * @name Fixed * @module ionic * @description */ @Directive({ selector: 'ion-fixed' }) export class Fixed { }