ng-dynamic-component icon indicating copy to clipboard operation
ng-dynamic-component copied to clipboard

Dynamic components with full life-cycle support for inputs and outputs for Angular

Results 12 ng-dynamic-component issues
Sort by recently updated
recently updated
newest added

Hi, I created a little POC with ng-dynamic-component. I have a TicketDetailComponent which fetches some data and outputs it internal loading state by an event emitter. I can clearly see...

bug

This is more of a post for helping other developers with their input and output typing. As we all know, Typescript's typing helps developers by preventing mistakes. I don't think...

I get the above error when the package is added to an angular 10 project, no other details are provided, the site compiles fine if the package usage is removed

I experience the problem described in the pinned issue: https://github.com/gund/ng-dynamic-component/issues/369 After following the guide, and changing the dependency from ` "ng-dynamic-component": "^6.1.0",` to ` "ng-dynamic-component": "^8.0.1-no-barrels.1", ` I still encounter...

Hello, I'm getting the errors : `Can't bind to 'ndcDynamicInputs' since it isn't a known property of 'ndc-dynamic'.` and `Can't bind to 'ndcDynamicOutputs' since it isn't a known property of...

Angular Version: 11.0.9 ng-dynamic-component: 8.0.0 https://stackblitz.com/edit/angular-ivy-jdgusx?file=src/app/app.component.html The `handler` of `ndcDynamicOutputs` is called without a `thisArg`. In the example above that means clicking the button calls `onClick` without a `this` reference...

enhancement

Hello @gund , Thanks for this awesome library, But i am having a problem in importing this as part of my Angular 9 Project. I explored the issues and i...

You may or may not encounter this error during your library build or xi18n build. Error will look like: ``` ERROR in Unexpected value 'undefined' exported by the module 'DynamicModule...

bug
upstream

It's currently not possible to apply FormControlDirective to a dynamic component. It fails during the `createDirective` with the following error: ``` ERROR Error: StaticInjectorError(AppModule)[Array]: StaticInjectorError(Platform: core)[Array]: NullInjectorError: No provider for...

bug

Hi, I am using the library `@wishtack/reactive-component-loader` that import this library and when building my project I have some errors. I am using Angular 7 with Meteor 1.8 with MeteorCLI...