What are the features of Angular?

889    Asked by HarryButler in Python , Asked on Dec 1, 2019
Answered by Harry Butler

The data binding in Angular is fast and automatic. Any changes that are made in View gets automatically updated in component class.

It provides strong routing support.

It enables the use of programming-construct like conditional and iterative statements in order to render and control the HTML pages.

It provides built in support in order to establish communication with backend servers.



Your Answer

Interviews

Parent Categories