Questions tagged [dynamic-components]

7 questions
2
votes
1 answer

How to create dynamic components using service without ComponentFactoryResolver as it is deprecated in angular

As you may know in earlier versions of angular, dynamic components could be created with the help of ComponentFactoryResolver as export class DialogService { dialogComponentRef: ComponentRef constructor( private…
WasiF
  • 26,101
  • 16
  • 120
  • 128
1
vote
1 answer

Dynamic component selection in Vue-Router

I have a base component that is extended by some other Components as follows: // UserForm // AdministratorForm