src/app/utils/query-component/query.component.ts
This directive is used on an ng-template
, to indicate that the contents of it should be shown once
the query finished successfully
Selector | [appQueryBody] |
Properties |
|
constructor(template: TemplateRef<>)
|
||||||
Parameters :
|
Public template |
Type : TemplateRef<>
|