In Angular, the view is a projection of the model through the HTML template. This means that whenever the model changes, Angular refreshes the appropriate binding points, which updates the view.
HTML
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
How to add custom widget in WordPress
To create a widget, you only need to extend the standard WP_Widget class and some of its functions.
Create Cookies using PHP functions
A cookie is often used to identify a user. A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user’s computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP
PHP session and validations – a best practice teaching example
A session is a way to store information to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer.
Custom Social Media Sharing Buttons
Social media sharing is most important in search engine optimization for any types of blog resing on google. It is increase website raning on google. Social media sharing is compulsory part of all ecommerce and bloging website.
Export MySql data into Excel or CSV format using php
To generate reports or to print data or for some other purpose we often need data to be export in excel or csv format.
How to select and display image using FileReader
In this tutprial we learn about uploade image using javascript function and display image in img tag.
Import Excel file data in mysql database using PHP
Importing excel data into database using PHP is very easy by php file function. We will use this function to import data from excel sheet to database. Steps are given below to upload or import excel data in your database.
Create Simple Registration Form Using jQuery Form Validation and PHP
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.