Reactive Fox

Results 38 comments of Reactive Fox

@ciukstar could you please check your issue with @ngxd/[email protected]? Let me know if all ok or not.

Hello! Of course, you can use any dynamic component as regular and everything will work.

You would like use `componentInputs` and `componentOutputs` instead of regular binding?

An example how to use ngx-component-outlet in ng-template: https://stackblitz.com/edit/angular-ngx-component-outlet-with-ng-template The host component on which the rendering and binding are hanging ```typescript @Component({ selector: 'app-dynamic-host', template: '' }) export class DynamicHostComponent...

I want to remind that it is more convenient to use auto binding on the dynamic component. `*ngxComponentOutlet` makes auto binding and inputs and outputs. ```html // instead of ```...

I will close this issue. If you have any questions, then create a new one.

Hey 👋 Yes, NgModuleFactoryLoader is now deprecated, so you need to use dynamic imports like here https://github.com/IndigoSoft/ngxd#3-lazy-loading-the-dynamic-component

I already looked at what's in codelab, you can safely change everything to `providedIn: 'root'`. And we have to discuss about another cases in another issue.