src/ui/form/smart-form-outlet.component.ts
An outlet used to display SmartForms. It is the default component associated with SmartPASOE-generated Angular routes.
| selector | smart-form-outlet |
| template | |
Properties |
Methods |
constructor(route: ActivatedRoute, breadcrumbRegistry: SmartBreadcrumbRegistryService)
|
|||||||||
|
Parameters :
|
| formReady | ||||||
formReady(event: FormReadyEvent)
|
||||||
|
Parameters :
Returns :
void
|
| controller |
Type : string
|
|
The current form's controller name. |
| formInstance |
Type : SmartFormComponent
|
|
The instance of the SmartFormComponent currently being displayed. |
| isChildActive |
Type : boolean
|
|
Indicates whether there is at least a child route displayed in the current view. |
| template |
Type : string
|
|
The current form's template. |
| ViewUri |
Type : string
|
|
The current form's template URL. |