+1 vote
in Angular by
What is scope in Angular?

1 Answer

0 votes
by

Scope in Angular is an object that refers to the application model. It is an execution context for expressions. Scopes are arranged in a hierarchical structure which mimics the DOM structure of the application. Scopes can watch expressions and propagate events.

Related questions

0 votes
asked Sep 22, 2023 in Angular by AdilsonLima
0 votes
0 votes
asked Feb 24 in Angular by SakshiSharma
...