Hi all, in below i posted the demo app, for your reference, now the problem i am having is, in First.component if i give the service in providers, the signal / behaviorSubject is not working i means i am not getting value, when the signal value is updated and behaviorSubject value is also updated, but when i remove it. it's working, i am just curious what is happening when i give the Service in providers, is this because i created component dynamically or any DI concept involves, i am sure it's about DI, but don't know what concept,
https://stackblitz.com/edit/angular-ywujral6?file=src%2Ffirst.component.ts