File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/app/views/base/carousels Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 48
48
/>
49
49
</ c-carousel-item >
50
50
</ c-carousel-inner >
51
- < c-carousel-control [routerLink] =" [] " caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
52
- < c-carousel-control [routerLink] =" [] " caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
51
+ < c-carousel-control caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
52
+ < c-carousel-control caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
53
53
</ c-carousel >
54
54
</ app-docs-example >
55
55
</ c-card-body >
@@ -147,8 +147,8 @@ <h3>{{slide.title}}</h3>
147
147
</ c-carousel-caption >
148
148
</ c-carousel-item >
149
149
</ c-carousel-inner >
150
- < c-carousel-control [routerLink] =" [] " caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
151
- < c-carousel-control [routerLink] =" [] " caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
150
+ < c-carousel-control caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
151
+ < c-carousel-control caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
152
152
</ c-carousel >
153
153
</ app-docs-example >
154
154
</ c-card-body >
@@ -180,8 +180,8 @@ <h3>{{slide.title}}</h3>
180
180
</ c-carousel-caption >
181
181
</ c-carousel-item >
182
182
</ c-carousel-inner >
183
- < c-carousel-control [routerLink] =" [] " caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
184
- < c-carousel-control [routerLink] =" [] " caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
183
+ < c-carousel-control caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
184
+ < c-carousel-control caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
185
185
</ c-carousel >
186
186
</ app-docs-example >
187
187
</ c-card-body >
@@ -216,8 +216,8 @@ <h3>{{slide.title}}</h3>
216
216
</ c-carousel-caption >
217
217
</ c-carousel-item >
218
218
</ c-carousel-inner >
219
- < c-carousel-control [routerLink] =" [] " caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
220
- < c-carousel-control [routerLink] =" [] " caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
219
+ < c-carousel-control caption ="Previous " direction ="prev " i18n-caption > </ c-carousel-control >
220
+ < c-carousel-control caption ="Next " direction ="next " i18n-caption > </ c-carousel-control >
221
221
</ c-carousel >
222
222
</ app-docs-example >
223
223
</ c-card-body >
You can’t perform that action at this time.
0 commit comments