We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c7daf commit 628468fCopy full SHA for 628468f
projects/igniteui-angular-elements/src/app/custom-strategy.ts
@@ -418,7 +418,7 @@ class IgxCustomNgElementStrategy extends ComponentNgElementStrategy {
418
return value;
419
}
420
421
- if (value?.constructor?.name.startsWith("_Igx")) {
+ if (value?.__ngContext__) {
422
const componentConfig = this.config.find((info: ComponentConfig) => value.constructor === info.component);
423
if (componentConfig?.templateProps) {
424
return this.createElementsComponentProxy(value, componentConfig);
0 commit comments