adspace


What is a singleton pattern and where we can find it in angular?

Answer Posted / Shiv Mohan Singh

The Singleton pattern is a design pattern that restricts the instantiation of a class to a single instance. In Angular, you can implement the Singleton pattern using the built-in services.nFor example, when you inject the $http service into your component or directive, it ensures only one instance of the $http service will be created and shared across all components and directives in your application.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can primeng be used with angular2?

946


How to enable html5 mode in angular 1.x?

927


Angularjs dependency injection of value inside of the module.config?

895


What is the latest angular?

809


What is the latest version of angular?

979


How to use primeng in angular 4?

948


What is a dynamic route in angularjs and how do you implement it?

864


How to get and log an error in angular 4?

876


Which version you are using js?

946


How to implement a datagrid table with angular 2 and primeng?

892


Give the example of angularjs strings?

876


How to create angularjs filter which outputs html?

860


How an object or function can get a hold of its dependencies?

854