@valtimo/resource 4.15.2-next-main.15 → 4.15.3-next-main.16

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