Zongbin
Zongbin
Do you use SSR? The localStorage doesn't suppport SSR, so you can remove it by yourself.
Duplicate of #678
It already has a `initMaximized` option. https://codepen.io/nzbin/pen/WNPLwdR
https://github.com/ng-matero/ng-matero/blob/178ff35bb5f2a8762a0aac1da73722b7a7808512/src/app/core/interceptors/default-interceptor.ts#L24-L38 You can get the response with `catchError`, please have a try. ```ts this.http.post(...).pipe( catchError(err => { console.log(err); return throwError(() => err); }) ).subscribe(...) ```
Can you give an online example? I want to know how you use it.
> @nzbin Hi! Is this issue closed since it's fixed or not? I faced the same issue by combining the `[disabled]="formGroup.invalid"` and `[loading]="isLoadingSave"` > > ``` > type="button" > mat-flat-button...
20.2.0 has fixed.
I'm sorry, I'm busy with my own work, I haven't enough time to maintain more components.
Do you mean this? https://acrodata.github.io/gui/playground
> ## yes, great!! > I also want to load this library directly in the browser, how can I do that ? I'm sorry, it doesn't support now. It's better...