Skip to content

Commit

Permalink
feat(accordion): migrated to standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Jul 16, 2024
1 parent 20265c5 commit 24bfd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accordion/accordion-group.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
Component, HostBinding, Inject, Input, OnDestroy, OnInit, Output, EventEmitter
} from '@angular/core';
import { AccordionComponent } from './accordion.component';
import { CollapseModule } from '../collapse/collapse.module';
import { CollapseModule } from 'ngx-bootstrap/collapse';
import { NgClass, NgIf } from '@angular/common';

/**
Expand Down

0 comments on commit 24bfd94

Please sign in to comment.