Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"astro": "^6.1.6",
"docs-template": "file:../../",
"igniteui-astro-components": "0.0.27",
"igniteui-astro-components": "0.0.29",
"sharp": "^0.34.2"
},
"devDependencies": {
Expand Down
318 changes: 0 additions & 318 deletions docs/angular/src/content/en/components/accordion.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/angular/src/content/en/components/expansion-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ You can see the results below:

## Multiple panel scenario

See the [igxAccordion topic](/accordion)
See the [igxAccordion topic](../../../../../xplat/src/content/en/components/layouts/accordion.mdx)

## API Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ These templates generate components into an existing Angular workspace only. The
| carousel | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c carousel newCarousel</code><br />Ignite UI CLI:<br /><code>ig add carousel newCarousel</code><details>Basic IgxCarousel.</details> | [IgxCarousel](../../carousel.mdx) cycling through a series of images. |
| tabs | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c tabs newTabs</code><br />Ignite UI CLI:<br /><code>ig add tabs newTabs</code><details>Basic IgxTabs.</details> | [IgxTabs](../../tabs.mdx) component that includes three customized tab-groups. |
| bottom-nav | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c bottom-nav newBottomNav</code><br />Ignite UI CLI:<br /><code>ig add bottom-nav newBottomNav</code><details>Three item bottom-nav template.</details> | Three item bottom [navbar](../../navbar.mdx) template. |
| accordion | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c accordion newAccordion</code><br />Ignite UI CLI:<br /><code>ig add accordion newAccordion</code><details>Basic IgxAccordion sample.</details> | [IgxAccordion](../../accordion.mdx) with multiple collapsible panels in a single container. |
| accordion | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c accordion newAccordion</code><br />Ignite UI CLI:<br /><code>ig add accordion newAccordion</code><details>Basic IgxAccordion sample.</details> | [IgxAccordion](../../../../../../../xplat/src/content/en/components/layouts/accordion.mdx) with multiple collapsible panels in a single container. |
| stepper | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c stepper newStepper</code><br />Ignite UI CLI:<br /><code>ig add stepper newStepper</code><details>Basic IgxStepper sample.</details> | [IgxStepper](../../stepper.mdx) visualizing content as a process with successive steps. |
| <b>Data Entry & Display</b> | | |
| chip | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c chip newChip</code><br />Ignite UI CLI:<br /><code>ig add chip newChip</code><details>Basic IgxChip.</details> | [IgxChip](../../chip.mdx) components inside igx-chips-area. |
Expand Down
Loading
Loading