What is @injectable in angular?
Answer / Amit Singh Bisht
@Injectable() is a decorator provided by Angular's Dependency Injection system to denote a class as being eligible for injection. It should be applied to services and other providers that you want to make available for dependency injection within your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of @Input and @Output?
What are the advantages of angular 2 over angular 1?
What is AngularUI router and how it is different from ngRoute?
What is data binding in AngularJS?
List out the advantages of angularjs?
Explain the process of digest cycle in angular?
What is angularjs architecture?
What do you know about internationalization?
Explain filter filter angularjs?
What is an injector?
Write a code to upload an image in angularjs?
What is the latest angular?