mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Migrate templates to self-closing tags
Automated conversion with:
ng generate @angular/core:self-closing-tag
This commit is contained in:
@@ -234,8 +234,7 @@ On the example of a work package, this following code snippet would create an ed
|
||||
```html
|
||||
@if (workPackage) {
|
||||
<edit-form [resource]="workPackage">
|
||||
<op-editable-attribute-field [resource]="workPackage" fieldName="subject">
|
||||
</op-editable-attribute-field>
|
||||
<op-editable-attribute-field [resource]="workPackage" fieldName="subject"/>
|
||||
</edit-form>
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user