top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is reflectiveInjector and staticInjector in angular?

0 votes
518 views
What is reflectiveInjector and staticInjector in angular?
posted Jun 23, 2018 by Parampreet Kaur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

A ReflectiveDependency injection container used for instantiating objects and resolving dependencies. A ReflectiveDependency injection container used for instantiating objects and resolving dependencies.

StaticInjector has been merged to the master branch of angular project. It means that it will be released soon in angular@5.x.x and should give us a small increase in performance and smaller bundles

answer Jun 29, 2018 by Puneet Batra
...