]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/directives/form-scope.directive.ts
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / directives / form-scope.directive.ts
1 import { Directive, Input } from '@angular/core';
2
3 @Directive({
4 selector: '[cdFormScope]'
5 })
6 export class FormScopeDirective {
7 @Input() cdFormScope: any;
8 }