Skip to content

Commit f188c83

Browse files
chore: update angular install wizard position (#812)
1 parent 1057fcb commit f188c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdk/client-side-sdks/angular/angular-gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ OpenFeature.setContext({
4242
bootstrap: [AppComponent],
4343
})
4444
export class AppModule {}
45-
4645
```
4746

47+
[//]: # (wizard-initialize-end)
48+
4849
:::info
4950

5051
It’s best to initialize DevCycle in your root module, so that it can be initialized as soon as the application is loaded.
@@ -55,7 +56,6 @@ It’s best to initialize DevCycle in your root module, so that it can be initia
5556

5657
For DevCycle SDK to work we require either a `targetingKey` or `user_id` to be set on the OpenFeature context. This is used to identify the user as the user_id for a DevCycleUser in DevCycle.
5758

58-
[//]: # (wizard-initialize-end)
5959

6060
### Context properties to DevCycleUser
6161

0 commit comments

Comments
 (0)