@rolatech/angular-automation 20.2.6-beta.1

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.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # angular-automation
2
+
3
+ This library was generated with [Nx](https://nx.dev).
@@ -0,0 +1,18 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ViewEncapsulation, Component } from '@angular/core';
3
+
4
+ class AngularAutomation {
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: AngularAutomation, deps: [], target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.0", type: AngularAutomation, isStandalone: true, selector: "rolatech-angular-automation", ngImport: i0, template: "<p>AngularAutomation works!</p>\n", styles: [""], encapsulation: i0.ViewEncapsulation.None });
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: AngularAutomation, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'rolatech-angular-automation', imports: [], encapsulation: ViewEncapsulation.None, template: "<p>AngularAutomation works!</p>\n" }]
11
+ }] });
12
+
13
+ /**
14
+ * Generated bundle index. Do not edit.
15
+ */
16
+
17
+ export { AngularAutomation };
18
+ //# sourceMappingURL=rolatech-angular-automation.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rolatech-angular-automation.mjs","sources":["../../../../packages/angular-automation/src/lib/angular-automation/angular-automation.ts","../../../../packages/angular-automation/src/lib/angular-automation/angular-automation.html","../../../../packages/angular-automation/src/rolatech-angular-automation.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'rolatech-angular-automation',\n imports: [],\n templateUrl: './angular-automation.html',\n styleUrl: './angular-automation.scss',\n encapsulation: ViewEncapsulation.None,\n})\nexport class AngularAutomation {}\n","<p>AngularAutomation works!</p>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MASa,iBAAiB,CAAA;uGAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,uFCT9B,mCACA,EAAA,MAAA,EAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;2FDQa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,6BAA6B,EAAA,OAAA,EAC9B,EAAE,EAAA,aAAA,EAGI,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,mCAAA,EAAA;;;AEPvC;;AAEG;;;;"}
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@rolatech/angular-automation",
3
+ "version": "20.2.6-beta.1",
4
+ "private": false,
5
+ "peerDependencies": {
6
+ "@angular/common": "^21.0.0",
7
+ "@angular/core": "^21.0.0"
8
+ },
9
+ "sideEffects": false,
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/viablecell/rolatech-web.git"
16
+ },
17
+ "license": "MIT",
18
+ "module": "fesm2022/rolatech-angular-automation.mjs",
19
+ "typings": "types/rolatech-angular-automation.d.ts",
20
+ "exports": {
21
+ "./package.json": {
22
+ "default": "./package.json"
23
+ },
24
+ ".": {
25
+ "types": "./types/rolatech-angular-automation.d.ts",
26
+ "default": "./fesm2022/rolatech-angular-automation.mjs"
27
+ }
28
+ },
29
+ "dependencies": {
30
+ "tslib": "^2.3.0"
31
+ }
32
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from '@angular/core';
2
+
3
+ declare class AngularAutomation {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AngularAutomation, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AngularAutomation, "rolatech-angular-automation", never, {}, {}, never, never, true, never>;
6
+ }
7
+
8
+ export { AngularAutomation };