@valtimo/object-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
+ # ObjectManagement
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 object-management` to generate a new component.
9
+ You can also use
10
+ `ng generate directive|pipe|service|class|guard|interface|enum|module --project object-management`.
11
+
12
+ > Note: Don't forget to add `--project object-management` or else it will be added to the default
13
+ > project in your `angular.json` file.
14
+
15
+ ## Build
16
+
17
+ Run `ng build object-management` to build the project. The build artifacts will be stored in the
18
+ `dist/` directory.
19
+
20
+ ## Publishing
21
+
22
+ After building your library with `ng build object-management`, go to the dist folder
23
+ `cd dist/object-management` and run `npm publish`.
24
+
25
+ ## Running unit tests
26
+
27
+ Run `ng test object-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.