diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 5d5cabc3..a270d6d0 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -67,6 +67,7 @@ export class AppComponent { { name: 'blockquotes', link: 'bootstrap-prototype/blockquotes' }, { name: 'breadcrumb', link: 'bootstrap-prototype/breadcrumb' }, { name: 'buttons', link: 'bootstrap-prototype/buttons' }, + { name: 'carousel', link: 'bootstrap-prototype/carousel'}, { name: 'collapse', link: 'bootstrap-prototype/collapse' }, { name: 'dropdowns', link: 'bootstrap-prototype/dropdowns' }, { name: 'forms', link: 'bootstrap-prototype/forms' }, diff --git a/src/app/modules/application/example-bootstrap-prototype/00-main/items.ts b/src/app/modules/application/example-bootstrap-prototype/00-main/items.ts index 2fd7abfb..13b31df0 100644 --- a/src/app/modules/application/example-bootstrap-prototype/00-main/items.ts +++ b/src/app/modules/application/example-bootstrap-prototype/00-main/items.ts @@ -16,4 +16,5 @@ export const ITEMS: any[] = { id: 14, name: 'Spinners', link: 'spinners' }, { id: 15, name: 'Toasts', link: 'toasts' }, { id: 16, name: 'Tooltips', link: 'tooltips' }, + { id: 17, name: 'Carousel', link: 'carousel' }, ]; diff --git a/src/app/modules/application/example-bootstrap-prototype/alerts/items.component.html b/src/app/modules/application/example-bootstrap-prototype/alerts/items.component.html index 1776c487..72088174 100644 --- a/src/app/modules/application/example-bootstrap-prototype/alerts/items.component.html +++ b/src/app/modules/application/example-bootstrap-prototype/alerts/items.component.html @@ -10,6 +10,9 @@

Alerts

+
+
+ + +