We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b986a3 commit f5593f4Copy full SHA for f5593f4
src/ng-generate/components/shared/methods/remote-handling/requestData.ts.template
@@ -100,7 +100,7 @@ private requestData() {
100
this.dataSource.paginator = this.paginator;
101
}),
102
catchError((error: any) => {
103
- this.dataLoadError = false;
+ this.dataLoadError = true;
104
<% if (options.componentType === 'card') { %>
105
this.dataToShow = [];
106
this.dataSource.data = [];
0 commit comments