@osovitny/anatoly 2.1.13 → 2.1.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.
- package/bundles/osovitny-anatoly.umd.js +16 -12
- package/bundles/osovitny-anatoly.umd.js.map +1 -1
- package/esm2015/lib/core/convert.js +1 -4
- package/esm2015/lib/core/core.module.js +16 -1
- package/esm2015/lib/core/guid.js +1 -4
- package/esm2015/lib/core/services/appcontext.service.js +2 -1
- package/esm2015/lib/core/subs.js +1 -4
- package/esm2015/lib/core/utils.js +1 -4
- package/fesm2015/osovitny-anatoly.js +16 -12
- package/fesm2015/osovitny-anatoly.js.map +1 -1
- package/lib/core/services/appcontext.service.d.ts +2 -2
- package/osovitny-anatoly.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -663,9 +663,6 @@
|
|
|
663
663
|
Created:
|
|
664
664
|
29 June 2020
|
|
665
665
|
|
|
666
|
-
Version:
|
|
667
|
-
1.0
|
|
668
|
-
|
|
669
666
|
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
670
667
|
</file>
|
|
671
668
|
*/
|
|
@@ -1289,9 +1286,6 @@
|
|
|
1289
1286
|
Created:
|
|
1290
1287
|
26 Jun 2020
|
|
1291
1288
|
|
|
1292
|
-
Version:
|
|
1293
|
-
1.0
|
|
1294
|
-
|
|
1295
1289
|
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
1296
1290
|
</file>
|
|
1297
1291
|
*/
|
|
@@ -1698,6 +1692,7 @@
|
|
|
1698
1692
|
this.subscription.unsubscribe();
|
|
1699
1693
|
this.subscription = null;
|
|
1700
1694
|
};
|
|
1695
|
+
//Public
|
|
1701
1696
|
AppContextService.prototype.getCurrent = function (success, getCachedIfExist) {
|
|
1702
1697
|
var _this = this;
|
|
1703
1698
|
if (success === void 0) { success = null; }
|
|
@@ -1950,6 +1945,21 @@
|
|
|
1950
1945
|
{ type: router.Router }
|
|
1951
1946
|
]; };
|
|
1952
1947
|
|
|
1948
|
+
/*
|
|
1949
|
+
<file>
|
|
1950
|
+
Project:
|
|
1951
|
+
@osovitny/anatoly
|
|
1952
|
+
|
|
1953
|
+
Authors:
|
|
1954
|
+
Vadim Osovitny
|
|
1955
|
+
Anatoly Osovitny
|
|
1956
|
+
|
|
1957
|
+
Created:
|
|
1958
|
+
29 June 2020
|
|
1959
|
+
|
|
1960
|
+
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
1961
|
+
</file>
|
|
1962
|
+
*/
|
|
1953
1963
|
exports.InjectorInstance = void 0;
|
|
1954
1964
|
var AnatolyCoreModule = /** @class */ (function () {
|
|
1955
1965
|
function AnatolyCoreModule(injector, parentModule) {
|
|
@@ -1992,9 +2002,6 @@
|
|
|
1992
2002
|
Created:
|
|
1993
2003
|
26 Jun 2020
|
|
1994
2004
|
|
|
1995
|
-
Version:
|
|
1996
|
-
1.0
|
|
1997
|
-
|
|
1998
2005
|
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
1999
2006
|
</file>
|
|
2000
2007
|
*/
|
|
@@ -2035,9 +2042,6 @@
|
|
|
2035
2042
|
Created:
|
|
2036
2043
|
19 March 2020
|
|
2037
2044
|
|
|
2038
|
-
Version:
|
|
2039
|
-
1.0
|
|
2040
|
-
|
|
2041
2045
|
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
2042
2046
|
</file>
|
|
2043
2047
|
*/
|