@anasahmed8819/viewdu-market-ngx-html-prv 1.0.8

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 (36) hide show
  1. package/README.md +24 -0
  2. package/anasahmed8819-viewdu-market-ngx-html-prv-1.0.8.tgz +0 -0
  3. package/fesm2022/anasahmed8819-viewdu-market-ngx-html-prv.mjs +634 -0
  4. package/fesm2022/anasahmed8819-viewdu-market-ngx-html-prv.mjs.map +1 -0
  5. package/index.d.ts +5 -0
  6. package/lib/spec-prv/components/architecture/architecture.component.d.ts +14 -0
  7. package/lib/spec-prv/components/change/change.component.d.ts +14 -0
  8. package/lib/spec-prv/components/data/data.component.d.ts +14 -0
  9. package/lib/spec-prv/components/overview/overview.component.d.ts +14 -0
  10. package/lib/spec-prv/components/rules/rules.component.d.ts +14 -0
  11. package/lib/spec-prv/components/tree-spec/tree-spec.component.d.ts +45 -0
  12. package/lib/spec-prv/components/ui/ui.component.d.ts +14 -0
  13. package/lib/spec-prv/components/ui-community/ui-community.component.d.ts +14 -0
  14. package/lib/spec-prv/components/ui-feature/ui-feature.component.d.ts +14 -0
  15. package/lib/spec-prv/components/ui-product/ui-product.component.d.ts +14 -0
  16. package/lib/spec-prv/components/ui-profile/ui-profile.component.d.ts +14 -0
  17. package/lib/spec-prv/components/ui-recruit/ui-recruit.component.d.ts +14 -0
  18. package/lib/spec-prv/components/ui-service/ui-service.component.d.ts +14 -0
  19. package/lib/spec-prv/pages/spec-prv.component.d.ts +20 -0
  20. package/lib/spec-prv/spec-prv-routing.module.d.ts +7 -0
  21. package/lib/spec-prv/spec-prv.module.d.ts +25 -0
  22. package/lib/viewdu-market-ngx-html-prv.module.d.ts +13 -0
  23. package/package.json +39 -0
  24. package/public-api.d.ts +17 -0
  25. package/src/assets/home/css/bootstrap.min.css +11 -0
  26. package/src/assets/home/css/style-e-icon.scss +304 -0
  27. package/src/assets/home/css/style-landing.css +41 -0
  28. package/src/assets/home/css/style.css +969 -0
  29. package/src/assets/home/css/themify-icons.css +1455 -0
  30. package/src/assets/home/images/VoodooDanceGIF.gif +0 -0
  31. package/src/assets/home/images/flags/bronze.png +0 -0
  32. package/src/assets/home/images/flags/gold.png +0 -0
  33. package/src/assets/home/images/flags/silver.png +0 -0
  34. package/src/assets/home/images/promote/architecture/model-viewdu-market.png +0 -0
  35. package/src/assets/home/images/voodoo-trans-bkgnd-1000px.png +0 -0
  36. package/src/assets/i18n/en.json +82 -0
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # NgxViewduAuth
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project viewdu-market-ngx-html-prv` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project viewdu-market-ngx-html-prv`.
8
+ > Note: Don't forget to add `--project viewdu-market-ngx-html-prv` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build viewdu-market-ngx-html-prv` 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 viewdu-market-ngx-html-prv`, go to the dist folder `cd dist/viewdu-market-ngx-html-prv` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test viewdu-market-ngx-html-prv` 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 Overview and Command Reference](https://angular.io/cli) page.