What is $log Service?
Answer / Avneet Kumar Gill
$log service in AngularJS provides logging functionality for debugging purposes. It logs messages to the browser's console or to custom log destinations, such as files. There are different log levels available: log, info, warn, error, and debug.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a decorator in angular 6?
What is angular base elements?
What is event in angularjs?
What is 2way binding?
How to set authorization headers in get/post/put requests in angular?
How do you use flexbox?
Why does angular need an entrycomponents?
Explain ng-bind-template and ng-non-bindable.
What is 'control html dom programmatically' in angularjs?
When will nginit be called? How would you make use of ngoninit()?
What are improvements in angular 6?
How to bootstrap your angular app for multiple modules?