mohammedzamakhan / ngx-loadable

⏳ Simple Lazy Loading for Non Routable Angular Modules

Home Page:https://mohammedzamakhan.github.io/ngx-loadable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example for passing data (inputs and outputs) to the components

mohammedzamakhan opened this issue · comments

Add example for passing data to lazy loaded component.

We had this example in version-2 docs (which is not used currently).

You need to use the init output to get the instance of the component and pass the inputs and outputs to the component.

https://github.com/mohammedzamakhan/ngx-loadable/blob/version-2/projects/demo/src/app/home/home.component.html#L85

I can take this up, if no one else if interested?