Skip to content
Snippets Groups Projects
Commit af267dce authored by Martin Hamerník's avatar Martin Hamerník
Browse files

Merge branch '7-rename-to-kypo-user-and-group-api' into 'master'

Resolve "Rename to @kypo/user-and-group-api"

Closes #7

See merge request muni-kypo-crp/frontend-angular/apis/kypo-user-and-group-api!9
parents 2ec7fdb0 cad959df
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@ You can override existing services by implementing the related abstract class an
## Prerequisites
* NPM with private [KYPO Nexus repository](https://projects.ics.muni.cz/projects/kbase/knowledgebase/articles/153)
* NPM with access to [KYPO registry](https://projects.ics.muni.cz/projects/kbase/knowledgebase/articles/153)
## Usage
To use kypo-user-and-group-api in your application, follow these steps:
1. Run `npm install kypo-user-and-group-api`
1. Run `npm install @kypo/user-and-group-api`
2. Install peer dependencies
3. Create an instance of `KypoUserAndGroupApiConfig`
4. Import `KypoUserAndGroupApiModule` with config passed to `forRoot()` method
......
{
"name": "kypo-user-and-group-api",
"name": "@kypo/user-and-group-api",
"version": "0.0.0",
"scripts": {
"ng": "ng",
......
{
"name": "kypo-user-and-group-api",
"name": "@kypo/user-and-group-api",
"version": "10.1.0",
"peerDependencies": {
"@angular/common": "^10.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment