docs: remove function call from all backend feature installation instructions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -15,8 +15,8 @@ In the `backend` application, it can be enabled by adding the `backend-dynamic-f
|
||||
```ts
|
||||
const backend = createBackend();
|
||||
+
|
||||
+ backend.add(dynamicPluginsFeatureDiscoveryServiceFactory()) // overridden version of the FeatureDiscoveryService which provides features loaded by dynamic plugins
|
||||
+ backend.add(dynamicPluginsServiceFactory())
|
||||
+ backend.add(dynamicPluginsFeatureDiscoveryServiceFactory) // overridden version of the FeatureDiscoveryService which provides features loaded by dynamic plugins
|
||||
+ backend.add(dynamicPluginsServiceFactory)
|
||||
+
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user