@3dsource/angular-unreal-module 0.0.87 → 0.0.89
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
|
@@ -66,7 +66,7 @@ export const appConfig: ApplicationConfig = {
|
|
|
66
66
|
|
|
67
67
|
// Unreal providers (adds feature state and effects internally)
|
|
68
68
|
// Tip: pass { playwright: true } to switch to testing/dummy services
|
|
69
|
-
|
|
69
|
+
provideAngularUnrealModule({ playwright: false }),
|
|
70
70
|
|
|
71
71
|
// Optional initial config
|
|
72
72
|
{
|