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 e9e8c0a commit 18c35d8Copy full SHA for 18c35d8
projects/igniteui-angular/src/lib/core/deprecateDecorators.ts
@@ -13,7 +13,7 @@ export function DeprecateClass(message: string) {
13
const targetName = typeof target === 'function' ? target.name : target.constructor.name;
14
isMessageShown = showMessage(`${targetName}: ${message}`, isMessageShown);
15
16
- super(args);
+ super(...args);
17
}
18
};
19
0 commit comments