UNPKG

@p1n2o/ngx-dwell

Version:
35 lines (29 loc) 1.66 kB
import * as i0 from '@angular/core'; import { Component, Injectable } from '@angular/core'; class NgxDwellComponent { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NgxDwellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.2", type: NgxDwellComponent, isStandalone: true, selector: "lib-ngx-dwell", ngImport: i0, template: ` <p>ngx-dwell works!</p> `, isInline: true, styles: [""] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NgxDwellComponent, decorators: [{ type: Component, args: [{ selector: 'lib-ngx-dwell', imports: [], template: ` <p>ngx-dwell works!</p> ` }] }] }); class NgxDwellService { constructor() { } static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NgxDwellService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NgxDwellService, providedIn: 'root' }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.2", ngImport: i0, type: NgxDwellService, decorators: [{ type: Injectable, args: [{ providedIn: 'root', }] }], ctorParameters: () => [] }); /* * Public API Surface of ngx-dwell */ /** * Generated bundle index. Do not edit. */ export { NgxDwellComponent, NgxDwellService }; //# sourceMappingURL=p1n2o-ngx-dwell.mjs.map