angular log the results of a html element code example
Example 1: how to use js console log
console.log('string');
Example 2: console log javascript
console.log("hello", value);
console.log('string');
console.log("hello", value);