@sumaris-net/ngx-components 0.27.20 → 0.27.21
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/sumaris-net.ngx-components.umd.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/table/table.class.js +2 -2
- package/esm2015/src/app/shared/pipes/ng-init.pipe.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -23875,7 +23875,7 @@
|
|
|
23875
23875
|
};
|
|
23876
23876
|
AppTable.prototype.markAsReady = function (opts) {
|
|
23877
23877
|
if (this.readySubject.value !== true) {
|
|
23878
|
-
this.readySubject.next(
|
|
23878
|
+
this.readySubject.next(true);
|
|
23879
23879
|
// If subclasses implements OnReady
|
|
23880
23880
|
if (typeof this['ngOnReady'] === 'function') {
|
|
23881
23881
|
this.ngOnReady();
|