ng-inail-common 2.0.19 → 2.0.20
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/bundles/ng-inail-common.umd.js +5 -5
- package/bundles/ng-inail-common.umd.js.map +1 -1
- package/bundles/ng-inail-common.umd.min.js +2 -2
- package/bundles/ng-inail-common.umd.min.js.map +1 -1
- package/esm2015/lib/ng-inail-common.module.js +3 -4
- package/fesm2015/ng-inail-common.js +3 -3
- package/fesm2015/ng-inail-common.js.map +1 -1
- package/ng-inail-common.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs/internal-compatibility'), require('@angular/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('ng-inail-common', ['exports', '@angular/core', 'rxjs/internal-compatibility', '@angular/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['ng-inail-common'] = {}, global.ng.core, global.rxjs['internal-compatibility'], global.ng.
|
|
5
|
-
}(this, (function (exports, core, internalCompatibility,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs/internal-compatibility'), require('@angular/forms'), require('@angular/common'), require('@angular/common/http'), require('@angular/platform-browser'), require('rxjs/operators'), require('@angular/router'), require('rxjs')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('ng-inail-common', ['exports', '@angular/core', 'rxjs/internal-compatibility', '@angular/forms', '@angular/common', '@angular/common/http', '@angular/platform-browser', 'rxjs/operators', '@angular/router', 'rxjs'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['ng-inail-common'] = {}, global.ng.core, global.rxjs['internal-compatibility'], global.ng.forms, global.ng.common, global.ng.common.http, global.ng.platformBrowser, global.rxjs.operators, global.ng.router, global.rxjs));
|
|
5
|
+
}(this, (function (exports, core, internalCompatibility, forms, common, http, platformBrowser, operators, router, rxjs) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var isBlankOrNull = function (s) { return s == undefined || String(s).trim().length == 0; };
|
|
8
8
|
var isNotBlankOrNull = function (s) { return !isBlankOrNull(s); };
|
|
@@ -6309,7 +6309,7 @@
|
|
|
6309
6309
|
TrCheckboxComponent
|
|
6310
6310
|
],
|
|
6311
6311
|
imports: [
|
|
6312
|
-
|
|
6312
|
+
common.CommonModule,
|
|
6313
6313
|
forms.FormsModule,
|
|
6314
6314
|
forms.ReactiveFormsModule,
|
|
6315
6315
|
http.HttpClientModule,
|