Skip to main content

Posts

Showing posts with the label What is Angular 2?

jQuery AJAX - Asynchronous Request

The  Asynchronous  Request non-blocking the client  DOM / browser  until your operations is completed and only initiates the operations. It is a backgrounds process.   It is not  hold  and  waits  process and it is an asynchronous call and the asynchronous calls do not wait for a response to close the socket. The Asynchronous call are using when requests are not depend to each other request’s responses. The callback server must be available or the response will be failed. The operations (send, receive, and reply) will be synchronous or asynchronous. By default, the  $.ajax  request in  jQuery  is set to asynchronous and we can set ( async :  false ) for synchronous operations otherwise ( async :  true ). For Synchronous request click...     Example – AJAX Asynchronous Call //AJAX Synchronous and Asynchronous Requests. //#REGION NAMESPACE var demo = demo || {}; //...

What is Angular 2? 13 Best Advantages for Angular 2!

Angular  is a most  popular  web development framework for developing  mobile  apps as well as  desktop  applications. Angular  framework is also utilized in the  cross platform  mobile development called  IONIC  and so it is not limited to web apps only. Angular is an open source framework written and maintained by angular team at  Google  and the Father of Angular is  Misko Hevery . By Angular Developer Guide book - “ Angular is a platform and framework for building client applications in HTML and TypeScript. Angular is itself written in TypeScript. It implements core and optional functionality as a set of TypeScript libraries that you import into your apps .” The “ Angular 2 ” is focusing on data-binding , extensible HTML and on application test-ability but it is still in design and prototyping stage. ü   Stayed Informed  - What Is Angular 4 or 5 or 6? ü ...