Explain what is Angular Expression and key difference between angular expressions and JavaScript expressions?
Answers
Answered by
0
JavaScript expressions are evaluated against the global window . In Angular,expressions are evaluated against a scope object. Forgiving: In JavaScript, trying to evaluate undefined properties generates ReferenceError or TypeError . In Angular,expression evaluation is forgiving to undefined and null .
Similar questions
English,
7 months ago
Computer Science,
7 months ago
Math,
7 months ago
Science,
1 year ago
Science,
1 year ago