@opensourcekd/ng-common-libs 2.0.9 → 2.0.11
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 +11 -6
- package/dist/index.cjs +329 -468
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +165 -70
- package/dist/index.mjs +320 -466
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from '@opensourcekd/ng-common-libs';
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
> 📖 **Complete Guide**: See [CONSUMPTION_GUIDE.md](./CONSUMPTION_GUIDE.md) for detailed usage instructions.
|
|
20
|
+
> 📖 **Complete Guide**: See [docs/CONSUMPTION_GUIDE.md](./docs/CONSUMPTION_GUIDE.md) for detailed usage instructions.
|
|
21
21
|
|
|
22
22
|
## 🚀 Features
|
|
23
23
|
|
|
@@ -81,11 +81,16 @@ const endpoint = `${apiUrl}/users`;
|
|
|
81
81
|
|
|
82
82
|
## 📚 Documentation
|
|
83
83
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
- **[
|
|
87
|
-
- **[
|
|
88
|
-
- **[
|
|
84
|
+
All documentation is in the `/docs` folder:
|
|
85
|
+
|
|
86
|
+
- **[CONSUMPTION_GUIDE.md](./docs/CONSUMPTION_GUIDE.md)** - Complete setup guide and API reference
|
|
87
|
+
- **[AUTH.md](./docs/AUTH.md)** - Authentication with Auth0 (setup, usage, debugging)
|
|
88
|
+
- **[INTEGRATION.md](./docs/INTEGRATION.md)** - Angular, Module Federation, auto-deployments
|
|
89
|
+
- **[EVENT_BUS_USAGE.md](./docs/EVENT_BUS_USAGE.md)** - Cross-application event patterns
|
|
90
|
+
- **[DEPLOYMENT.md](./docs/DEPLOYMENT.md)** - Publishing and deployment
|
|
91
|
+
- **[ARCHITECTURE_ANALYSIS.md](./docs/ARCHITECTURE_ANALYSIS.md)** - Architecture overview
|
|
92
|
+
- **[MICROAPP_SETUP_REQUIRED.md](./docs/MICROAPP_SETUP_REQUIRED.md)** - Microapp setup
|
|
93
|
+
- **[COPILOT_EFFICIENCY.md](./docs/COPILOT_EFFICIENCY.md)** - ⚡ How to use GitHub Copilot efficiently
|
|
89
94
|
|
|
90
95
|
## 📝 What's Exported
|
|
91
96
|
|