UNPKG

@ynmstudio/utils

Version:
61 lines (54 loc) 2.73 kB
import * as i0 from '@angular/core'; import { Injectable, Component, NgModule } from '@angular/core'; class YnmUtilsService { constructor() { } static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); } static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsService, providedIn: 'root' }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsService, decorators: [{ type: Injectable, args: [{ providedIn: 'root' }] }], ctorParameters: () => [] }); class YnmUtilsComponent { static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); } static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.13", type: YnmUtilsComponent, isStandalone: false, selector: "lib-ynm-utils", ngImport: i0, template: ` <p> ynm-utils works! </p> `, isInline: true }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsComponent, decorators: [{ type: Component, args: [{ selector: 'lib-ynm-utils', template: ` <p> ynm-utils works! </p> `, standalone: false }] }] }); class YnmUtilsModule { static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); } static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsModule, declarations: [YnmUtilsComponent], exports: [YnmUtilsComponent] }); } static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsModule }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.13", ngImport: i0, type: YnmUtilsModule, decorators: [{ type: NgModule, args: [{ declarations: [ YnmUtilsComponent ], imports: [], exports: [ YnmUtilsComponent ] }] }] }); /* * Public API Surface of ynm-utils */ /** * Generated bundle index. Do not edit. */ export { YnmUtilsComponent, YnmUtilsModule, YnmUtilsService }; //# sourceMappingURL=ynmstudio-utils.mjs.map