You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AE1NS Could you provide a small example of this? I'm a bit newbie to all that stuff and I cannot figure where to actually call .next({some data}) also what types are the passed parameters of the init callback? a ComponentRef or a ICreatedComponentInterface ?
Edit : got it working with @input... still no successs with @output
I wish there were a clear code example somewhere to look at for using hero-loader with @output parameter that gets changed and see the changes be reflected in the lazy-loaded component.
You should uninstall hero-loader and use this one, so you have more control inside your code + you dont need the lazyModules inside your angular.json anymore: #26 (comment)
@aaronfrost How can we pass variables and events in out to the lazy load component?
@input() etc...
The text was updated successfully, but these errors were encountered: