Posts

Showing posts from February, 2020

Angilar Js

                AngularJS You Should Already Know: HTML CSS JavaScript AngularJS is a   JavaScript framework . It can be added to an HTML page with a <script> tag .AngularJS extends HTML attributes with  Directives , and binds data to HTML with  Expressions . AngularJS is a JavaScript framework written in JavaScript.AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag. Data binding is a very useful and powerful feature used in software development technologies. It acts as a bridge between the view and business logic of the application. AngularJS follows Two-Way data binding model. One-Way Data Binding -  The one-way data binding is an approach where a value is taken from the data model and inserted into an HTML element Two-Way Data Binding -  Data-binding in Angular apps is the automatic synchronization of data between the model and...