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 11{
22 "packages/nest" : " 0.2.4" ,
33 "packages/react" : " 1.0.0" ,
4- "packages/angular" : " 0.0.1-experimental" ,
54 "packages/web" : " 1.5.0" ,
65 "packages/server" : " 1.18.0" ,
76 "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';
114114 CommonModule ,
115115 OpenFeatureModule .forRoot ({
116116 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.
118118 domainBoundProviders: {
119119 domain1: new YourOpenFeatureProvider (),
120120 domain2: new YourOtherOpenFeatureProvider (),
You can’t perform that action at this time.
0 commit comments