imng-angular-core 3.267.2

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,7 @@
1
+ # imng-angular-core
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test imng-angular-core` to execute the unit tests.
@@ -0,0 +1,19 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
+ typeof define === 'function' && define.amd ? define('imng-angular-core', ['exports'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["imng-angular-core"] = {}));
5
+ })(this, (function (exports) { 'use strict';
6
+
7
+ /* eslint-disable-next-line @typescript-eslint/no-empty-function */
8
+ function main() { } //NOSONAR - This is strictly for the build process
9
+
10
+ /**
11
+ * Generated bundle index. Do not edit.
12
+ */
13
+
14
+ exports.main = main;
15
+
16
+ Object.defineProperty(exports, '__esModule', { value: true });
17
+
18
+ }));
19
+ //# sourceMappingURL=imng-angular-core.umd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imng-angular-core.umd.js","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void { } //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;CAAA;UACgB,IAAI,MAAY;;CCDhC;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=imng-angular-core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imng-angular-core.js","sourceRoot":"","sources":["../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -0,0 +1,3 @@
1
+ /* eslint-disable-next-line @typescript-eslint/no-empty-function */
2
+ export function main() { } //NOSONAR - This is strictly for the build process
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/imng-angular-core/src/index.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,MAAM,UAAU,IAAI,KAAW,CAAC,CAAC,kDAAkD","sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void { } //NOSONAR - This is strictly for the build process\n"]}
@@ -0,0 +1,9 @@
1
+ /* eslint-disable-next-line @typescript-eslint/no-empty-function */
2
+ function main() { } //NOSONAR - This is strictly for the build process
3
+
4
+ /**
5
+ * Generated bundle index. Do not edit.
6
+ */
7
+
8
+ export { main };
9
+ //# sourceMappingURL=imng-angular-core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"imng-angular-core.js","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void { } //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;SACgB,IAAI,MAAY;;ACDhC;;;;;;"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="imng-angular-core" />
5
+ export * from './index';
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export declare function main(): void;
package/package.json ADDED
@@ -0,0 +1,64 @@
1
+ {
2
+ "name": "imng-angular-core",
3
+ "version": "3.267.2",
4
+ "description": "A collection packages used expedite angular, ngrx, and kendo based projects",
5
+ "peerDependencies": {
6
+ "@angular/common": ">=11.x",
7
+ "@angular/core": ">=11.x",
8
+ "@angular/forms": ">=11.x",
9
+ "@angular/router": ">=11.x",
10
+ "@angular/platform-browser": ">=11.x",
11
+ "@ngrx/effects": ">=11.x",
12
+ "@ngrx/store": ">=11.x",
13
+ "@nrwl/angular": ">=11.x",
14
+ "@progress/kendo-angular-buttons": ">=6.x",
15
+ "@progress/kendo-angular-dialog": ">=5.x",
16
+ "@progress/kendo-angular-grid": ">=5.x",
17
+ "@progress/kendo-data-query": ">=1.x",
18
+ "@microsoft/applicationinsights-web": ">=2.x",
19
+ "@microsoft/signalr": ">=5.x",
20
+ "ngx-bootstrap": ">=6.x",
21
+ "oidc-client": ">=1.x",
22
+ "rxjs": ">=6.x"
23
+ },
24
+ "keywords": [
25
+ "imng",
26
+ "Angular",
27
+ "NGRX",
28
+ "Kendo"
29
+ ],
30
+ "dependencies": {
31
+
32
+ "imng-application-insights-ngrx": "3.267.2",
33
+ "imng-auth0-oidc": "3.267.2",
34
+ "imng-kendo-chart-odata": "3.267.2",
35
+ "imng-kendo-data-entry": "3.267.2",
36
+ "imng-kendo-grid": "3.267.2",
37
+ "imng-kendo-grid-odata": "3.267.2",
38
+ "imng-kendo-odata": "3.267.2",
39
+ "imng-kendo-theme-blue": "3.267.2",
40
+ "imng-ngrx-idle": "3.267.2",
41
+ "imng-ngrx-utils": "3.267.2",
42
+ "imng-ngxb-typeahead": "3.267.2",
43
+ "imng-nrsrx-client-utils": "3.267.2",
44
+ "imng-signalr-ngrx": "3.267.2"
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/ikemtz/AngularMonoRepo.git"
49
+ },
50
+ "license": "MIT",
51
+ "icon": "https://avatars.githubusercontent.com/u/6444182?v=4",
52
+ "private": false,
53
+ "author": {
54
+ "name": "Isaac Martinez <@ikemtz>",
55
+ "url": "https://github.com/ikemtz"
56
+ },
57
+ "main": "bundles/imng-angular-core.umd.js",
58
+ "module": "fesm2015/imng-angular-core.js",
59
+ "es2015": "fesm2015/imng-angular-core.js",
60
+ "esm2015": "esm2015/imng-angular-core.js",
61
+ "fesm2015": "fesm2015/imng-angular-core.js",
62
+ "typings": "imng-angular-core.d.ts",
63
+ "sideEffects": false
64
+ }