@valtimo/access-control-management 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,33 @@
1
+ # access-control-management
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version
4
+ 14.2.0.
5
+
6
+ ## Code scaffolding
7
+
8
+ Run `ng generate component component-name --project access-control-management` to generate a new
9
+ component. You can also use
10
+ `ng generate directive|pipe|service|class|guard|interface|enum|module --project access-control-management`.
11
+
12
+ > Note: Don't forget to add `--project access-control-management` or else it will be added to the
13
+ > default project in your `angular.json` file.
14
+
15
+ ## Build
16
+
17
+ Run `ng build access-control-management` to build the project. The build artifacts will be stored in
18
+ the `dist/` directory.
19
+
20
+ ## Publishing
21
+
22
+ After building your library with `ng build access-control-management`, go to the dist folder
23
+ `cd dist/access-control-management` and run `npm publish`.
24
+
25
+ ## Running unit tests
26
+
27
+ Run `ng test access-control-management` to execute the unit tests via
28
+ [Karma](https://karma-runner.github.io).
29
+
30
+ ## Further help
31
+
32
+ To get more help on the Angular CLI use `ng help` or go check out the
33
+ [Angular CLI Overview and Command Reference](https://angular.io/cli) page.