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 963ef83 commit 0545550Copy full SHA for 0545550
projects/igniteui-angular-elements/src/app/custom-strategy.ts
@@ -471,7 +471,6 @@ class IgxCustomNgElementStrategy extends ComponentNgElementStrategy {
471
472
/** Create proxy for a component that handles setting template props, making sure it provides correct TemplateRef and not Lit template */
473
protected createElementsComponentProxy(component: any, config: ComponentConfig) {
474
- console.log("createProxy");
475
const parentThis = this;
476
return new Proxy(component, {
477
set(target: any, prop: string, newValue: any) {
0 commit comments