sebaferreras / Ionic3-MultiLevelSideMenu

Ionic 3 demo of a two-level side menu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom component error

daVinci13 opened this issue · comments

I created a shared component and when I load it to my page i get:
ERROR Error: Uncaught (in promise): RangeError: Maximum call stack size exceeded RangeError: Maximum call stack size exceeded
and when I remove component import from my_page.module.ts everything is normal again....

accordion.ts:
accordion ts

components.module.ts:
components module

my_page.module.ts:
page module

Error:
error

I wouldn't know what could be wrong, since the code you posted seems to be ok. Is that a public repo that I can take a look at?

Still, this is not related to the SideMenuContentComponent so the Ionic forum or StackOverflow would be a better place for this question.

@sebaferreras I created a new component that should have some "accordion like cards" but I can't event get it to load simple "Hello world" text.... :/ Anyway thanks a lot for your help and keep up! :)

Sorry to hear that @daVinci13. Feel free to create a StackBlitz demo with your code and I'd try to help you out with that.