@valtimo/milestone 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.
Files changed (31) hide show
  1. package/README.md +13 -6
  2. package/bundles/valtimo-milestone.umd.js +1011 -971
  3. package/bundles/valtimo-milestone.umd.js.map +1 -1
  4. package/bundles/valtimo-milestone.umd.min.js +1 -1
  5. package/bundles/valtimo-milestone.umd.min.js.map +1 -1
  6. package/esm2015/lib/milestone-create/milestone-create.component.js +110 -102
  7. package/esm2015/lib/milestone-edit/milestone-edit.component.js +150 -141
  8. package/esm2015/lib/milestone-list/milestone-list.component.js +90 -88
  9. package/esm2015/lib/milestone-routing.module.js +69 -72
  10. package/esm2015/lib/milestone-set-create/milestone-set-create.component.js +61 -61
  11. package/esm2015/lib/milestone-set-edit/milestone-set-edit.component.js +87 -85
  12. package/esm2015/lib/milestone.component.js +29 -31
  13. package/esm2015/lib/milestone.module.js +55 -49
  14. package/esm2015/lib/milestone.service.js +72 -72
  15. package/esm2015/public-api.js +22 -22
  16. package/esm2015/valtimo-milestone.js +11 -11
  17. package/fesm2015/valtimo-milestone.js +662 -640
  18. package/fesm2015/valtimo-milestone.js.map +1 -1
  19. package/lib/milestone-create/milestone-create.component.d.ts +28 -28
  20. package/lib/milestone-edit/milestone-edit.component.d.ts +33 -33
  21. package/lib/milestone-list/milestone-list.component.d.ts +23 -23
  22. package/lib/milestone-routing.module.d.ts +2 -2
  23. package/lib/milestone-set-create/milestone-set-create.component.d.ts +19 -19
  24. package/lib/milestone-set-edit/milestone-set-edit.component.d.ts +23 -23
  25. package/lib/milestone.component.d.ts +5 -5
  26. package/lib/milestone.module.d.ts +2 -2
  27. package/lib/milestone.service.d.ts +21 -21
  28. package/package.json +1 -1
  29. package/public-api.d.ts +3 -3
  30. package/valtimo-milestone.d.ts +10 -10
  31. package/valtimo-milestone.metadata.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,25 @@
1
1
  # Milestone
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version
4
+ 8.2.14.
4
5
 
5
6
  ## Code scaffolding
6
7
 
7
- Run `ng generate component component-name --project milestone` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project milestone`.
8
- > Note: Don't forget to add `--project milestone` or else it will be added to the default project in your `angular.json` file.
8
+ Run `ng generate component component-name --project milestone` to generate a new component. You can
9
+ also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project milestone`.
10
+
11
+ > Note: Don't forget to add `--project milestone` 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 milestone` to build the project. The build artifacts will be stored in the `dist/` directory.
16
+ Run `ng build milestone` 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 milestone`, go to the dist folder `cd dist/milestone` and run `npm publish`.
21
+ After building your library with `ng build milestone`, go to the dist folder `cd dist/milestone` and
22
+ run `npm publish`.
17
23
 
18
24
  ## Running unit tests
19
25
 
@@ -21,4 +27,5 @@ Run `ng test milestone` to execute the unit tests via [Karma](https://karma-runn
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).