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
When we force dependency injection (ng-string-di), we will not be able to use the component as it fails dependency injection. This is due to the services.templateRetriever is injecting $http and $q without using the recommended pattern.
When we force dependency injection (ng-string-di), we will not be able to use the component as it fails dependency injection. This is due to the services.templateRetriever is injecting $http and $q without using the recommended pattern.