UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

18 lines (16 loc) 391 B
import { NgModule } from '@angular/core'; import { IGX_ACCORDION_DIRECTIVES } from './public_api'; /** * @hidden * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components */ @NgModule({ imports: [ ...IGX_ACCORDION_DIRECTIVES ], exports: [ ...IGX_ACCORDION_DIRECTIVES ] }) export class IgxAccordionModule { }