mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(): update docs
This commit is contained in:
@ -862,6 +862,10 @@ export class Slide {
|
||||
|
||||
constructor(
|
||||
elementRef: ElementRef,
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@Host() public slides: Slides
|
||||
) {
|
||||
this.ele = elementRef.nativeElement;
|
||||
@ -870,6 +874,9 @@ export class Slide {
|
||||
slides.rapidUpdate();
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
ngOnDestroy() {
|
||||
this.slides.rapidUpdate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user