Browse Source

Add documentation for experimental features

pull/2525/head
Thomas 2 years ago
parent
commit
9d84b70a97
  1. 12
      DEVELOPMENT.md

12
DEVELOPMENT.md

@ -1,5 +1,17 @@
# Ghostfolio Development Guide
## Experimental Features
New functionality can be enabled using a feature flag switch from the user settings.
### Backend
Remove permission in `UserService` using `without()`
### Frontend
Use `*ngIf="user?.settings?.isExperimentalFeatures"` in HTML template
## Git
### Rebase

Loading…
Cancel
Save