We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68671a2 commit 5ac1cf9Copy full SHA for 5ac1cf9
demos/item-sliding/main.html
@@ -41,7 +41,7 @@ <h2>Cher</h2>
41
<img src="./avatar-dionne.png">
42
</ion-avatar>
43
<h2>Dionne</h2>
44
- <p>Mr. Hall was way harsh on my report card.</p>
+ <p>Mr. Hall was way harsh.</p>
45
<ion-note item-right>
46
8:59 pm
47
</ion-note>
ionic/components/slides/slides.ts
@@ -689,6 +689,7 @@ export class Slides extends Ion {
689
* @description
690
* `ion-slide` is a child component of `ion-slides` and is where all your individule slide content will be rendered too.
691
*
692
+ * @demo /docs/v2/demos/slides/
693
* @see {@link /docs/v2/api/components/slides/Slides/ Slides API Docs}
694
*/
695
@Component({
0 commit comments