operations/bulk-operations-stepper-container/bulk-operations-stepper-container.component.ts
selector | bulk-operations-stepper-container |
templateUrl | bulk-operations-stepper-container.component.html |
Properties |
Methods |
constructor(activatedRoute: ActivatedRoute, bulkOpsService: BulkOperationsService, resolver: ComponentFactoryResolver, changeDetector: ChangeDetectorRef)
|
|||||||||||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
bulkOperationType |
Type : string
|
container |
Decorators :
@ViewChild('container', {static: false, read: ViewContainerRef})
|
<c8y-title>{{ 'Add bulk operation' | translate }}</c8y-title>
<div class="card card--grid--fullpage">
<div class="d-contents">
<template #container></template>
</div>
</div>