1.

What do you mean by Controllers?

Answer»

Controllers are essentially Javascript functions that provide data and logic to the HTML USER interface. As the name suggests, controllers are designed to control how data will flow from the server to the HTML user interface.

32. What is internationalization? How can it be implemented in AngularJS?

Internationalization allows you to show locale-specific information on a site. AngularJS is supporting inbuilt internationalization only for three types of filters: DATE, currency, and numbers. In order to implement internalization, you only NEED to incorporate the corresponding js as per the locale of the country. It will handle the locale of the browser by default.



Discussion

No Comment Found