i solved it by using load event :
Then in the component code, update the slides to show its content properly:
public resize(): void {
this.slide.update();
}
i solved it by using load event :
Then in the component code, update the slides to show its content properly:
public resize(): void {
this.slide.update();
}