mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(components): ngmodule updates
This commit is contained in:
13
src/components/fixed/fixed.ts
Normal file
13
src/components/fixed/fixed.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { Directive } from '@angular/core';
|
||||
|
||||
/**
|
||||
* @name Fixed
|
||||
* @module ionic
|
||||
* @description
|
||||
*/
|
||||
@Directive({
|
||||
selector: 'ion-fixed'
|
||||
})
|
||||
export class Fixed {
|
||||
|
||||
}
|
Reference in New Issue
Block a user