ngx-data-loader
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "ngx-data-loader", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^14.1.0", |
@@ -88,6 +88,6 @@ # NgxDataLoader | ||
| Name | Description | Local variables | | ||
| Name | Description | Template outlet context | | ||
| ------------------------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `@ContentChild('loaded')`<br />`loadedTemplate?: TemplateRef<unknown>` | Template to be displayed when the data is loaded. | `$implicit: T`: the resolved data.<br />`loading: boolean`: whether the data is reloading (only available if `showStaleData` is set to `true`). | | ||
| `@ContentChild('loadingTemplate)`<br />`loadingTemplate?: TemplateRef<unknown>` | Template to be displayed when the data is loading. | _(none)_ | | ||
| `@ContentChild('loading')`<br />`loadingTemplate?: TemplateRef<unknown>` | Template to be displayed when the data is loading. | _(none)_ | | ||
| `@ContentChild('error')`<br />`errorTemplate?: TemplateRef<unknown>` | Template to be displayed when the data failed to load. | `$implicit: Error<unknown>`: the error object.<br />`retry: () => void`: can be called to trigger a retry. | | ||
@@ -94,0 +94,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142107