Answer the question
In order to leave comments, you need to log in
How to handle a callback to a third-party library function?
I connect the PickPoint service library dynamically to the Order component.
I define a global variable.
I call a modal window with postomats when clicked.declare var PickPoint: any;
viewPickPoint() {
PickPoint.open(this.resultPickPoint)
}
resultPickPoint(event) {
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question