1andy11

Results 3 comments of 1andy11

Hello, we would like to use the component in our angular 13 app., which is not possible. The problem we are faceing is "(0 , tslib__WEBPACK_IMPORTED_MODULE_1__.__awaiter) is not a function"...

@AlexMiniApps The problem was in my configuration of the project. It is strange but specifying "paths" in tsconfig.json break it. When I removed all paths it was working. Thanks.

I have the same problem and found out that there is wrong order of calling functions in init function. Function initOptionsObserver is calling before initWireModel. this.selected is initialized in initWireModel...