mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
119602: Add Accessibility Settings page
This commit is contained in:
@@ -3,6 +3,7 @@ import { getInfoModulePath } from '../app-routing-paths';
|
||||
export const END_USER_AGREEMENT_PATH = 'end-user-agreement';
|
||||
export const PRIVACY_PATH = 'privacy';
|
||||
export const FEEDBACK_PATH = 'feedback';
|
||||
export const ACCESSIBILITY_SETTINGS_PATH = 'accessibility';
|
||||
|
||||
export function getEndUserAgreementPath() {
|
||||
return getSubPath(END_USER_AGREEMENT_PATH);
|
||||
@@ -16,6 +17,10 @@ export function getFeedbackPath() {
|
||||
return getSubPath(FEEDBACK_PATH);
|
||||
}
|
||||
|
||||
export function getAccessibilitySettingsPath() {
|
||||
return getSubPath(ACCESSIBILITY_SETTINGS_PATH);
|
||||
}
|
||||
|
||||
function getSubPath(path: string) {
|
||||
return `${getInfoModulePath()}/${path}`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user