Technology

Topic Questions


What is Angular?

Anonymous

Assming you mean Angular JS, it is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. AngularJS's data binding and dependency injection eliminate much of the code you would otherwise have to write.

Courtsy: https://docs.angularjs.org/guide/introduction

Written Feb 14, 2017

About