0 votes
in Angular by
What do you understand by controllers in Angular?

1 Answer

0 votes
by

Controllers are JavaScript functions which provide data and logic to HTML UI. As the name suggests, they control how data flows from the server to HTML UI.

...