@pl4yzonellc/valar-ui 1.0.1

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,28 @@
1
+ # Valar UI
2
+
3
+ Angular component library for the Valar Configuration Service.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project valar-ui` to generate a new component. You can also
8
+ use `ng generate directive|pipe|service|class|guard|interface|enum|module --project valar-ui`.
9
+ > Note: Don't forget to add `--project valar-ui` or else it will be added to the default project in your
10
+ `angular.json` file.
11
+
12
+ ## Build
13
+
14
+ Run `ng build valar-ui` to build the project. The build artifacts will be stored in the `dist/` directory.
15
+
16
+ ## Publishing
17
+
18
+ After building your library with `ng build valar-ui`, go to the dist folder
19
+ `cd dist/valar-ui` and run `npm publish`.
20
+
21
+ ## Running unit tests
22
+
23
+ Run `ng test valar-ui` to execute the unit tests via [Karma](https://karma-runner.github.io).
24
+
25
+ ## Further help
26
+
27
+ To get more help on the Angular CLI use `ng help` or go check out
28
+ the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.