hey guys, I'm trying to extends Ionic components for my project... So far I'm doing good, but I was wondering if it was "possible" to do something like you did in Ionic to load the components, a main components file that imports all the components (
https://github.com/driftyco/ionic/blob/master/src/components.ts)... But I can't get it to work, there's no error, but the components aren't working...
Any idea?