mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
Common Ionic Directives
This commit is contained in:
6
ionic/directives.js
Normal file
6
ionic/directives.js
Normal file
@ -0,0 +1,6 @@
|
||||
import {Button, Switch, List, Label, Item, Input, Content} from 'ionic/ionic';
|
||||
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content];
|
||||
|
||||
console.log('DIRECTIVES', IONIC_DIRECTIVES);
|
||||
|
||||
export {IONIC_DIRECTIVES};
|
Reference in New Issue
Block a user