DEV Community

Discussion on: Angular Dev's first React project - Netflix clone

 
ajitsinghkaler profile image
Ajit Singh

Moreover in services providedIn option have you given a module name it creates circular dependencies. Providing service in a module seems like the right thing but then you have to create an intermediate module import there and pull that module in the module. See already this comment is getting so confusing. I don't think modules are a good pattern and I'm very happy that they are going to be optional