]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
f91f0fd5
TL
1import { Directive, Input } from '@angular/core';
2
3@Directive({
4 selector: '[cdFormScope]'
5})
6export class FormScopeDirective {
7 @Input() cdFormScope: any;
8}