@front-vox/teste-lib 0.0.12 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class TesteLibService {
|
|
4
|
-
constructor() { }
|
|
5
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6
5
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibService, providedIn: 'root' }); }
|
|
7
6
|
}
|
|
8
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibService, decorators: [{
|
|
9
8
|
type: Injectable,
|
|
10
9
|
args: [{
|
|
11
|
-
providedIn: 'root'
|
|
10
|
+
providedIn: 'root',
|
|
12
11
|
}]
|
|
13
|
-
}]
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
}] });
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdGUtbGliLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy90ZXN0ZS1saWIvc3JjL2xpYi90ZXN0ZS1saWIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUszQyxNQUFNLE9BQU8sZUFBZTsrR0FBZixlQUFlO21IQUFmLGVBQWUsY0FGZCxNQUFNOzs0RkFFUCxlQUFlO2tCQUgzQixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIFRlc3RlTGliU2VydmljZSB7fVxuIl19
|
|
@@ -2,16 +2,15 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, Component } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
class TesteLibService {
|
|
5
|
-
constructor() { }
|
|
6
5
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7
6
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibService, providedIn: 'root' }); }
|
|
8
7
|
}
|
|
9
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibService, decorators: [{
|
|
10
9
|
type: Injectable,
|
|
11
10
|
args: [{
|
|
12
|
-
providedIn: 'root'
|
|
11
|
+
providedIn: 'root',
|
|
13
12
|
}]
|
|
14
|
-
}]
|
|
13
|
+
}] });
|
|
15
14
|
|
|
16
15
|
class TesteLibComponent {
|
|
17
16
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TesteLibComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-vox-teste-lib.mjs","sources":["../../../projects/teste-lib/src/lib/teste-lib.service.ts","../../../projects/teste-lib/src/lib/teste-lib.component.ts","../../../projects/teste-lib/src/public-api.ts","../../../projects/teste-lib/src/front-vox-teste-lib.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'
|
|
1
|
+
{"version":3,"file":"front-vox-teste-lib.mjs","sources":["../../../projects/teste-lib/src/lib/teste-lib.service.ts","../../../projects/teste-lib/src/lib/teste-lib.component.ts","../../../projects/teste-lib/src/public-api.ts","../../../projects/teste-lib/src/front-vox-teste-lib.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TesteLibService {}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-teste-lib',\n standalone: true,\n imports: [],\n template: `\n <p>\n teste-lib works 0.0.7-hotfix!\n </p>\n `,\n styles: ``\n})\nexport class TesteLibComponent {\n\n}\n","/*\n * Public API Surface of teste-lib\n */\n\nexport * from './lib/teste-lib.service';\nexport * from './lib/teste-lib.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAKa,eAAe,CAAA;+GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAf,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,cAFd,MAAM,EAAA,CAAA,CAAA;;4FAEP,eAAe,EAAA,UAAA,EAAA,CAAA;kBAH3B,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE,MAAM;AACnB,iBAAA;;;MCSY,iBAAiB,CAAA;+GAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAPlB;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGU,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAX7B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,eAAe,EAAA,UAAA,EACb,IAAI,EAAA,OAAA,EACP,EAAE,EAAA,QAAA,EACD;;;;AAIT,EAAA,CAAA,EAAA;;;ACVH;;AAEG;;ACFH;;AAEG;;;;"}
|