Skip to content

Commit

Permalink
feat(accordion): remove component-based version
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

Component-based accordion is removed, it was deprecated since version `14.1.0`
  • Loading branch information
maxokorokov committed Nov 6, 2023
1 parent e6d1b42 commit 7aab9e3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,634 deletions.
19 changes: 0 additions & 19 deletions src/accordion/accordion.module.ts
@@ -1,7 +1,5 @@
/* eslint-disable deprecation/deprecation */
import { NgModule } from '@angular/core';

import { NgbAccordion, NgbPanel, NgbPanelContent, NgbPanelHeader, NgbPanelTitle, NgbPanelToggle } from './accordion';
import {
NgbAccordionDirective,
NgbAccordionItem,
Expand All @@ -12,17 +10,6 @@ import {
NgbAccordionButton,
} from './accordion.directive';

export {
NgbAccordion,
NgbPanel,
NgbPanelTitle,
NgbPanelContent,
NgbPanelChangeEvent,
NgbPanelHeader,
NgbPanelHeaderContext,
NgbPanelToggle,
} from './accordion';

export {
NgbAccordionButton,
NgbAccordionDirective,
Expand All @@ -35,12 +22,6 @@ export {
export { NgbAccordionConfig } from './accordion-config';

const NGB_ACCORDION_DIRECTIVES = [
NgbAccordion,
NgbPanel,
NgbPanelTitle,
NgbPanelContent,
NgbPanelHeader,
NgbPanelToggle,
NgbAccordionButton,
NgbAccordionDirective,
NgbAccordionItem,
Expand Down

0 comments on commit 7aab9e3

Please sign in to comment.