UNPKG

ng-angular-popup

Version:

A modern, lightweight, and customizable toast notification library for Angular applications

7 lines (6 loc) 222 B
import { Provider } from '@angular/core'; /** * Provides the NgToast service for standalone applications * @returns An array of providers for the NgToast service */ export declare function provideNgToast(): Provider[];