You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Opting-out of automatic re-rendering](#opting-out-of-automatic-re-rendering)
61
+
-[Consuming the evaluation details](#consuming-the-evaluation-details)
62
+
-[FAQ and troubleshooting](#faq-and-troubleshooting)
63
+
-[Resources](#resources)
60
64
61
65
## Quick start
62
66
@@ -89,7 +93,7 @@ See the [package.json](./package.json) for the required versions.
89
93
*`@angular/common`
90
94
*`@angular/core`
91
95
92
-
####Usage
96
+
### Usage
93
97
94
98
#### Module
95
99
@@ -276,3 +280,15 @@ This can be used to just render the flag value or details without conditional re
276
280
The theme color is {{ value }}.
277
281
</div>
278
282
```
283
+
284
+
## FAQ and troubleshooting
285
+
286
+
> I can import things form the `@openfeature/angular-sdk`, `@openfeature/web-sdk`, and `@openfeature/core`; which should I use?
287
+
288
+
The `@openfeature/angular-sdk` re-exports everything from its peers (`@openfeature/web-sdk` and `@openfeature/core`), and adds the Angular-specific features.
289
+
You can import everything from the `@openfeature/angular-sdk` directly.
290
+
Avoid importing anything from `@openfeature/web-sdk` or `@openfeature/core`.
0 commit comments