igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
17 lines (15 loc) • 371 B
text/typescript
import { NgModule } from '@angular/core';
import { IGX_CARD_DIRECTIVES } from './public_api';
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
({
imports: [
...IGX_CARD_DIRECTIVES
],
exports: [
...IGX_CARD_DIRECTIVES
]
})
export class IgxCardModule { }