@seniorsistemas/angular-components 17.2.0 → 17.2.1
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/seniorsistemas-angular-components.umd.js +0 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/tiered-menu/components/tiered-menu/tiered-menu.component.js +1 -2
- package/esm5/components/tiered-menu/components/tiered-menu/tiered-menu.component.js +1 -2
- package/fesm2015/seniorsistemas-angular-components.js +0 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +0 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -14608,7 +14608,6 @@
|
|
|
14608
14608
|
this._componentRef.instance.items = items;
|
|
14609
14609
|
// Subscribe menu events.
|
|
14610
14610
|
this._componentRef.instance.destroyRequest
|
|
14611
|
-
.pipe(operators.takeUntil(this._unsubscribe$))
|
|
14612
14611
|
.subscribe(function (propagate) {
|
|
14613
14612
|
_this._destroy(propagate);
|
|
14614
14613
|
});
|