@yuuvis/user-management-app
v2.2.1
Published
@yuuvis/user-management-app is a yuuvis® MOMENTUM client app to manage users.
Readme
@yuuvis/user-management-app
@yuuvis/user-management-app is a yuuvis® MOMENTUM client app to manage users.
Installation
The app can be installed in a custom client project as follows:
npm install @yuuvis/user-management-app --saveEnable the app to manage users
In your app.routes.ts add a new lazy loaded route for the @yuuvis/user-management-app package:
export const app: App[] = [
{
id: 'io.yuuvis.app.user-management-app',
title: "yuuvis user management",
path: 'users',
iconName: 'library_books',
loadChildren: () => import('@yuuvis/user-management-app').then((m) => m.YuvUserManagementRoutes)
},
]License
Copyright (c) 2026 OPTIMAL SYSTEMS GmbH. All rights reserved.
This software and associated documentation files (the "Software") are the proprietary property of OPTIMAL SYSTEMS GmbH. No part of the Software may be copied, modified, distributed, sublicensed, or used in any form, in whole or in part, without the prior written permission of OPTIMAL SYSTEMS GmbH.
Unauthorized use of the Software is strictly prohibited.
