- Definition
- Create
- Update
- Insert
- Delete
JavaScript Object Notation is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types.If you want to see complete website code click this link Complete Code
First create the website front hand profile and its instruments like table, form, buttons and complete font hand. Here you can see my website fronthand and click this link to see its code Create Code
When you have to be done fronthand section then you appling CURD operation on the website properly.If you add data in your website and you want to update person's data you just open your web page and update as you want. You can see below the updating. Click this link and see its code Update Code. When you enter all the data just click on Update button.
If you want to add data on your website any person you just insert the data on the field. You just see the below how to add / insert the data. Click this link and see its code Insert Code.
If someone leave you company and you want to remove / delete the data of that person just open the profile of person and delete the data. Click this link and see its code delete Code. Just click on delete button.
- Definition
- Controller
- Create
- Update
- Insert
- Delete
AngularJS is a structural framework for dynamic web applications. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application components clearly and succinctly. Its data binding and dependency injection eliminate much of the code you currently have to write.
A controller is defined using ng-controller directive. A controller is a JavaScript object that contains attributes/properties, and functions. ... The property fullName is the function of $scope.
Angular is quit easy to SJON. First create the website front hand profile and its instruments like table, form, buttons and complete font hand.Here you can see my website fronthand complete code just click this link to see Angular Code
If you want to update any person data just open its form and update it. Click to see update code Update Code just click on Update button
When a person comes to your company and join it then you want to enter that person record open website and insert the data on it. Insert Code
If any enployee want to leave the company and company owner want to delete the record of the enployee just see the below how to delete record. Delete Code just click on Delete button.