src/ui/form/modal-form-outlet/modal-form-outlet.component.ts
selector | smart-modal-form-outlet |
templateUrl | ./modal-form-outlet.component.html |
viewProviders |
|
Properties |
Inputs |
constructor(windowHelper: FloatingWindowHelperService, smartConfig: SmartConfig)
|
|||||||||
Parameters :
|
router-outlet-name |
Type : string
|
smart-form-route |
Type : string
|
windowRef |
Type : WindowRef
|
breadcrumbNavigationEnabled |
Type : boolean
|
<smart-breadcrumb-navigation *ngIf="breadcrumbNavigationEnabled" [routerOutlet]="routerOutletName"></smart-breadcrumb-navigation>
<smart-router-outlet [name]="routerOutletName"></smart-router-outlet>