@brggroup/share-lib 0.1.43 → 0.1.45

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
@@ -61,3 +61,30 @@ Angular CLI does not come with an end-to-end testing framework by default. You c
61
61
  ## Additional Resources
62
62
 
63
63
  For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
64
+
65
+
66
+
67
+
68
+
69
+ ## Publish
70
+ npm login
71
+
72
+ npm login && cd ~/workspace/source/SHARE/share-v3/fe && npm run ng build share && cd node_modules/share-lib && npm publish --access public && cd ~/workspace/source/SHARE/share-v3/fe
73
+
74
+ cd ~/workspace/source/SHARE/share-v3/fe && npm run ng build share && cd node_modules/share-lib && npm publish --access public && cd ~/workspace/source/SHARE/share-v3/fe
75
+
76
+ npm publish --access public
77
+
78
+ ## Install
79
+ npm i @brggroup/share-lib@latest --legacy-peer-deps
80
+
81
+
82
+ ##
83
+ ✖ Compiling with Angular sources in Ivy partial compilation mode.
84
+ Cannot destructure property 'pos' of 'file.referencedFiles[index]' as it is undefined.
85
+ --> sai trong cấu trúc components, import các phần ở ngoài
86
+
87
+
88
+ cp -r ~/workspace/source/BentSystem/A07-2/fe/node_modules/@kolkov node_modules
89
+
90
+ npm run ng build share && rm -rf /Users/phucnv/workspace/source/BentSystem/A07-2/fe/node_modules/@brggroup/share-lib && cp -r /Users/phucnv/workspace/source/SHARE/share-v3/fe/node_modules/share-lib /Users/phucnv/workspace/source/BentSystem/A07-2/fe/node_modules/@brggroup