Browse Source

Feature/update development instructions to control flow (#3466)

pull/3539/head
Thomas Kaul 7 months ago
committed by GitHub
parent
commit
194aee97db
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      DEVELOPMENT.md

2
DEVELOPMENT.md

@ -10,7 +10,7 @@ Remove permission in `UserService` using `without()`
### Frontend ### Frontend
Use `*ngIf="user?.settings?.isExperimentalFeatures"` in HTML template Use `@if (user?.settings?.isExperimentalFeatures) {}` in HTML template
## Git ## Git

Loading…
Cancel
Save