You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
After updating from @siemens/ix-angular@v2.1.0 to v2.4.0 I get the error Module '"@siemens/ix-angular"' has no exported member 'TypedEvent'.ts(2305) when importing TypedEvent import { TypedEvent } from '@siemens/ix-angular';
Prerequisites
What happened?
After updating from @siemens/ix-angular@v2.1.0 to v2.4.0 I get the error
Module '"@siemens/ix-angular"' has no exported member 'TypedEvent'.ts(2305)
when importing TypedEventimport { TypedEvent } from '@siemens/ix-angular';
It was removed in: #1184
I use the class to set a return type for a method. Please export TypedEvent again.
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.4.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: