feat(settings): Added feature toggling. (TV-564)
Squashed commit of the following: commit b67cced3bd44d1673173e5fa188d776d2d097fd4 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Fri Sep 10 11:59:37 2021 +0200 Added feature toggling for routes and navigation
This commit is contained in:
9
apps/mina-sidor-fa/src/app/shared/enums/feature.enum.ts
Normal file
9
apps/mina-sidor-fa/src/app/shared/enums/feature.enum.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export enum Feature {
|
||||
AVROP,
|
||||
DELTAGARE,
|
||||
ADMINISTRATION,
|
||||
MY_ACCOUNT,
|
||||
MY_ORGANIZATION,
|
||||
RELEASES,
|
||||
MOCK_LOGIN,
|
||||
}
|
||||
Reference in New Issue
Block a user