Browse Source

Update instructions to control flow

pull/3466/head
Thomas Kaul 1 year ago
parent
commit
a9a8039f3d
  1. 2
      DEVELOPMENT.md

2
DEVELOPMENT.md

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

Loading…
Cancel
Save