Closed UchihaYuki closed 2 years ago
I looked at source code, the decorator for Apollo class is :
@Injectable()
Shouldn't it be:
@Injectable({ providedIn: 'root', })
I looked in history it is:
Any reason here?
Looks like it's intentional: https://apollo-angular.com/docs/migration#apollomodule
It's described in the changelog and the migration doc that ApolloModule is back and why
I looked at source code, the decorator for Apollo class is :
Shouldn't it be:
I looked in history it is:
Any reason here?