1.0.0-rc.2 • Published 6 years ago

binding-editor v1.0.0-rc.2

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago

Policy UI

Policy UI

This will be a shareable component used which will expose bindings associated with a resource and a context. It will the user to add new bindings and modify existing bindings . A bindings is an object comprising of a role, member, permissions and can be inherited from parent resources.

Getting started

Installation

Prerequisite: Please install Angular-CLI by following these instructions. Note: Even though it's optional, we recommend you to use yarn instead of npm install for installing the dependencies.

git clone https://github.com/vmware/clarity-seed.git
cd policy-ui

# install the project's dependencies
yarn # or run "npm install"

# starts the application in dev mode and watches your files for livereload
ng serve OR
npm run start