You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Angular 2 you will inject services with type annotations. However since Angular 1 services don't necessarily have types you can use this @InjectNgOne annotation to inject a service by its name.