File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ _Reactive programming • Zero-configuration setup • Enterprise-ready_
2222
2323</div >
2424
25+ [ ![ Demo] ( https://img.youtube.com/vi/K-2rLjG7qyQ/maxresdefault.jpg )] ( https://youtu.be/K-2rLjG7qyQ )
26+
2527---
2628
2729## 📑 Table of Contents
@@ -61,6 +63,7 @@ _Reactive programming • Zero-configuration setup • Enterprise-ready_
6163
6264| Feature | Description |
6365| -------------------------- | -------------------------------------------- |
66+ | 🐞 ** Debug Tool** | Built-in debug info for easy troubleshooting |
6467| ✨ ** Type-Safe** | Full TypeScript support with strict typing |
6568| 🚀 ** Performance** | Optimized with caching and smart updates |
6669| 🛡️ ** Route Protection** | Support for guards to protect routes |
@@ -150,7 +153,7 @@ graph TB
150153
151154``` bash
152155# 🚀 Install the library
153- npm install ngx-feature-proxy unleash-proxy-client
156+ npm install ngx-feature-proxy
154157```
155158
156159### ⚙️ Basic Setup
@@ -175,6 +178,7 @@ bootstrapApplication(AppComponent, {
175178 },
176179 refreshInterval: 30 , // ⏱️ Refresh interval in seconds
177180 metricsInterval: 60 , // 📊 Metrics interval in seconds
181+ debug: true , // 🐞 Enable debug mode
178182 }),
179183 // ... other providers
180184 ],
You can’t perform that action at this time.
0 commit comments