You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular/slides.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
title: Migrating from ion-slides to Swiper.js
3
3
---
4
4
5
+
import Tabs from '@theme/Tabs';
6
+
import TabItem from '@theme/TabItem';
7
+
5
8
<head>
6
9
<title>Set Up Swiper.js for Angular Slides [Example] | Ionic</title>
7
10
<meta
@@ -137,7 +140,17 @@ With `ion-slides`, Ionic automatically customized dozens of Swiper properties. T
137
140
138
141
It is recommended to review the [properties](https://github.com/ionic-team/ionic-framework/blob/main/core/src/components/slides/IonicSlides.ts) set by `IonicSlides` and determine which ones you would like to customize.
139
142
140
-
We can install the `IonicSlides` module by importing it from `@ionic/angular` and passing it to the `modules` property of `swiper-container` as an array:
143
+
We can install the `IonicSlides` module by importing and passing it to the `modules` property of `swiper-container` as an array:
Copy file name to clipboardExpand all lines: docs/developing/config.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
title: Config
3
3
---
4
4
5
+
import Tabs from '@theme/Tabs';
6
+
import TabItem from '@theme/TabItem';
7
+
5
8
Ionic Config provides a way to change the properties of components globally across an app. It can set the app mode, tab button layout, animations, and more.
6
9
7
10
## Global Config
@@ -61,6 +64,16 @@ Ionic Angular provides a `Config` provider for accessing the Ionic Config.
0 commit comments