fantasy-ngzorro 1.4.2 → 1.4.3
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/fantasy-ngzorro.umd.js +2 -0
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-table/hd-table.component.js +3 -1
- package/esm5/hd-table/hd-table.component.js +3 -1
- package/fesm2015/fantasy-ngzorro.js +2 -0
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +2 -0
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -4970,6 +4970,7 @@
|
|
|
4970
4970
|
* @return {?}
|
|
4971
4971
|
*/
|
|
4972
4972
|
function () {
|
|
4973
|
+
console.log('ngOnInit触发获取缓存信息');
|
|
4973
4974
|
_this.getInitLocalforage();
|
|
4974
4975
|
})).catch((/**
|
|
4975
4976
|
* @param {?} e
|
|
@@ -5007,6 +5008,7 @@
|
|
|
5007
5008
|
* @return {?}
|
|
5008
5009
|
*/
|
|
5009
5010
|
function () {
|
|
5011
|
+
console.log('tableCols不同触发获取缓存信息');
|
|
5010
5012
|
_this.getInitLocalforage();
|
|
5011
5013
|
})).catch((/**
|
|
5012
5014
|
* @param {?} e
|