StaticInjector vs ReflectiveInjector in Angular

Viewed 4830

Angular 5.x will include new StaticInjector as mentioned in this tweet. I have two questions:

  • How is it different from existing ReflectiveInjector?
  • Will it break any of my existing code?
1 Answers
Related