File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
packages/angular/projects/angular-sdk Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/nest" : " 0.2.4" ,
3
3
"packages/react" : " 1.0.0" ,
4
- "packages/angular" : " 0.0.1-experimental" ,
5
4
"packages/web" : " 1.5.0" ,
6
5
"packages/server" : " 1.18.0" ,
7
6
"packages/shared" : " 1.8.0" ,
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ import { OpenFeatureModule } from '@openfeature/angular-sdk';
114
114
CommonModule ,
115
115
OpenFeatureModule .forRoot ({
116
116
provider: yourFeatureProvider ,
117
- // domainBoundProviders are optional, mostly needed if more than one provider is needed
117
+ // domainBoundProviders are optional, mostly needed if more than one provider is used in the application.
118
118
domainBoundProviders: {
119
119
domain1: new YourOpenFeatureProvider (),
120
120
domain2: new YourOtherOpenFeatureProvider (),
You can’t perform that action at this time.
0 commit comments