117544: port to 8.0 standard after merge

This commit is contained in:
Jens Vannerum
2024-08-26 14:08:22 +02:00
parent b2a155386d
commit b6df0c9a5c
150 changed files with 404 additions and 242 deletions

View File

@@ -39,6 +39,7 @@ import {
map,
} from 'rxjs/operators';
import { DisabledDirective } from '../disabled-directive';
import {
hasValue,
isNotEmpty,
@@ -69,6 +70,7 @@ import { FormService } from './form.service';
DynamicFormsCoreModule,
NgIf,
AsyncPipe,
DisabledDirective,
],
standalone: true,
})