UNPKG

@koalarx/ui

Version:

Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.

19 lines (15 loc) 1.13 kB
import * as i0 from '@angular/core'; import { ChangeDetectionStrategy, Component } from '@angular/core'; class SnackbarContainer { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SnackbarContainer, deps: [], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: SnackbarContainer, isStandalone: true, selector: "kl-snackbar-container", ngImport: i0, template: "<div class=\"toast toast-top toast-end z-10000 w-full\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SnackbarContainer, decorators: [{ type: Component, args: [{ selector: 'kl-snackbar-container', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"toast toast-top toast-end z-10000 w-full\"></div>\n" }] }] }); /** * Generated bundle index. Do not edit. */ export { SnackbarContainer }; //# sourceMappingURL=koalarx-ui-core-components-snackbar.mjs.map