Open krishnasingh1818 opened 6 years ago
looks like each component was getting new copy of launchdarkly service instance due to explicit use of providers tag at component level. After i commented it out it works fine.
@Component({
moduleId: module.id,
selector: 'my-heroes',
templateUrl: './heroes.component.html',
styleUrls: ['./heroes.component.css']
// providers: [LaunchDarklyService] //remove this line
})
hi, i downloaded sample and tried to run as instructed but am not able to see delete button or search box when change user to admin or internal. below call to change identity is firing but then on event not firing and am not able to see delete buttons. please advise.