mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
make it work with latest angular
This commit is contained in:
@ -1 +1,8 @@
|
||||
export * from './components/aside/aside';
|
||||
//BUNDLE ONLY
|
||||
|
||||
import {Aside, AsideParent} from './components/aside/aside';
|
||||
|
||||
export let ionicComponents = [
|
||||
Aside,
|
||||
AsideParent
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user