@sunbird-cb/resolver 0.0.2 → 1.0.0-ang-9-12

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 (47) hide show
  1. package/README.md +24 -24
  2. package/bundles/sunbird-cb-resolver.umd.js +945 -732
  3. package/bundles/sunbird-cb-resolver.umd.js.map +1 -1
  4. package/esm2015/lib/invalid-permission/invalid-permission.component.js +24 -21
  5. package/esm2015/lib/invalid-registration/invalid-registration.component.js +18 -15
  6. package/esm2015/lib/restricted/restricted.component.js +18 -15
  7. package/esm2015/lib/unresolved/unresolved.component.js +20 -19
  8. package/esm2015/lib/widget-base.component.js +34 -25
  9. package/esm2015/lib/widget-resolver.constant.js +1 -1
  10. package/esm2015/lib/widget-resolver.directive.js +15 -23
  11. package/esm2015/lib/widget-resolver.model.js +2 -57
  12. package/esm2015/lib/widget-resolver.module.js +36 -24
  13. package/esm2015/lib/widget-resolver.permissions.js +3 -3
  14. package/esm2015/lib/widget-resolver.service.js +20 -38
  15. package/esm2015/public-api.js +7 -6
  16. package/esm2015/sunbird-cb-resolver.js +2 -8
  17. package/fesm2015/sunbird-cb-resolver.js +162 -227
  18. package/fesm2015/sunbird-cb-resolver.js.map +1 -1
  19. package/lib/invalid-permission/invalid-permission.component.d.ts +3 -0
  20. package/lib/invalid-registration/invalid-registration.component.d.ts +3 -0
  21. package/lib/restricted/restricted.component.d.ts +3 -0
  22. package/lib/unresolved/unresolved.component.d.ts +3 -0
  23. package/lib/widget-base.component.d.ts +3 -0
  24. package/lib/widget-resolver.directive.d.ts +3 -0
  25. package/lib/widget-resolver.module.d.ts +16 -2
  26. package/lib/widget-resolver.service.d.ts +4 -3
  27. package/package.json +17 -20
  28. package/public-api.d.ts +1 -0
  29. package/sunbird-cb-resolver.d.ts +1 -7
  30. package/bundles/sunbird-cb-resolver.umd.min.js +0 -16
  31. package/bundles/sunbird-cb-resolver.umd.min.js.map +0 -1
  32. package/esm5/lib/invalid-permission/invalid-permission.component.js +0 -35
  33. package/esm5/lib/invalid-registration/invalid-registration.component.js +0 -29
  34. package/esm5/lib/restricted/restricted.component.js +0 -29
  35. package/esm5/lib/unresolved/unresolved.component.js +0 -38
  36. package/esm5/lib/widget-base.component.js +0 -54
  37. package/esm5/lib/widget-resolver.constant.js +0 -4
  38. package/esm5/lib/widget-resolver.directive.js +0 -45
  39. package/esm5/lib/widget-resolver.model.js +0 -57
  40. package/esm5/lib/widget-resolver.module.js +0 -69
  41. package/esm5/lib/widget-resolver.permissions.js +0 -79
  42. package/esm5/lib/widget-resolver.service.js +0 -120
  43. package/esm5/public-api.js +0 -6
  44. package/esm5/sunbird-cb-resolver.js +0 -8
  45. package/fesm5/sunbird-cb-resolver.js +0 -517
  46. package/fesm5/sunbird-cb-resolver.js.map +0 -1
  47. package/sunbird-cb-resolver.metadata.json +0 -1
package/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # Resolver
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project resolver` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project resolver`.
8
- > Note: Don't forget to add `--project resolver` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build resolver` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build resolver`, go to the dist folder `cd dist/resolver` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test resolver` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
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).
1
+ # Resolver
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project resolver` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project resolver`.
8
+ > Note: Don't forget to add `--project resolver` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build resolver` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build resolver`, go to the dist folder `cd dist/resolver` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test resolver` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
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).