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