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 f4e885b commit ee867f4Copy full SHA for ee867f4
projects/igniteui-angular-elements/src/app/custom-strategy.ts
@@ -435,6 +435,7 @@ class IgxCustomNgElementStrategy extends ComponentNgElementStrategy {
435
return value;
436
}
437
438
+ // TO DO!: Not very reliable as it is a very internal API and could be subject to change. If something comes up, should be changed.
439
if (value?.__ngContext__) {
440
const componentConfig = this.config.find((info: ComponentConfig) => value.constructor === info.component);
441
if (componentConfig?.templateProps) {
0 commit comments