@cauca-911/material 20.2.3 → 20.2.4

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/index.d.ts CHANGED
@@ -215,6 +215,7 @@ declare class LoadingStateService {
215
215
  showLoading(): void;
216
216
  hideLoading(): void;
217
217
  withLoadingIndicator<T>(observable$: Observable<T>): Observable<T>;
218
+ setAsInError(): void;
218
219
  private startLoading;
219
220
  private handleError;
220
221
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingStateService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.3",
3
+ "version": "20.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.2.1",
6
6
  "@angular/core": ">=20.2.1",