Skip to content
Snippets Groups Projects

Resolve "Réorganisation criterion (null, not null)"

Merged Angapay Divin requested to merge 41-reorganisation-criterion-null-not-null into develop
8 files
+ 85
86
Compare changes
  • Side-by-side
  • Inline
Files
8
import { Directive, Input } from '@angular/core';
import { Directive } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { Attribute } from 'src/app/metamodel/models';
@@ -12,6 +12,7 @@ export abstract class AbstractSearchTypeComponent {
form: FormGroup;
operators = searchTypeOperators;
nullOrNotNull: string = '';
constructor() { }
Loading