chore(components): ngmodule updates

This commit is contained in:
Adam Bradley
2016-09-13 17:07:33 -05:00
parent 16df3a4aab
commit 52ada1ca6d
50 changed files with 927 additions and 790 deletions

View File

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