UNPKG

igniteui-angular-sovn

Version:

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

13 lines (11 loc) 337 B
import { NgModule } from '@angular/core'; import { IgxBadgeComponent } from './badge.component'; /** * @hidden * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components */ @NgModule({ exports: [IgxBadgeComponent], imports: [IgxBadgeComponent] }) export class IgxBadgeModule { }