Science, asked by zoyakhan3838, 1 year ago

Explain what is Angular Expression and key difference between angular expressions and JavaScript expressions?

Answers

Answered by shivanshupratap73
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