UNPKG

igniteui-angular-sovn

Version:

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

17 lines (15 loc) 365 B
import { NgModule } from '@angular/core'; import { IgxToastComponent } from './toast.component'; /** * @hidden * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components */ @NgModule({ imports: [ IgxToastComponent ], exports: [ IgxToastComponent ] }) export class IgxToastModule { }