Skip to content

Commit ee867f4

Browse files
committed
chore(*): Add description comment for context use.
1 parent f4e885b commit ee867f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular-elements/src/app/custom-strategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ class IgxCustomNgElementStrategy extends ComponentNgElementStrategy {
435435
return value;
436436
}
437437

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.
438439
if (value?.__ngContext__) {
439440
const componentConfig = this.config.find((info: ComponentConfig) => value.constructor === info.component);
440441
if (componentConfig?.templateProps) {

0 commit comments

Comments
 (0)