Skip to content

Commit e43594a

Browse files
authored
Merge branch 'main' into feature/ssr
2 parents 27662a0 + 8e84035 commit e43594a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ In situations where the Pixel ID needs to be changed dynamically, this can be do
124124
- The previous instance should be removed with `remove()` before initializing a new Pixel ID.
125125
- This approach should **not** be used in combination with serverside rendering (SSR). As the module is initialized on each request, the Pixel script will default to the ID provided in the module.
126126

127+
127128
## Disabling ***ngx-pixel***
128129
Disabling works very similar to *enabling* from within a component and looks like this:
129130
```TypeScript

0 commit comments

Comments
 (0)