Friday, January 8, 2021

Learn Angular Day-12


Now we are going to learn the angular starting with basic introduction :

What is Angular:



  • Angular is a platform and framework for building single-page client applications using HTML and TypeScript. 
  • Angular is written in TypeScript. 
  • It implements core and optional functionality as a set of TypeScript libraries that you import into your apps.


Features of Angular:





Below are some of the powerful features available with Angular:
  • Less code:
Plenty of scripts is necessary just to design an application when performing DOM manipulation. But the very minimal amount of code is enough for DOM manipulation if using Angular.

  • Model View Controller:
The angular framework is constructed on a well-known idea called Model-View-Controller (MVC).
  • Unit Testing:
We have an excellent test framework known as Karma designed by the Google development team. This is very much helpful for performing designing unit tests for Angular JS applications.
  • Data Model Binding:
While binding data to the HTML controls, special code is not required. Simply by adding very few snippets of code is possible to bind data, which is done through Angular.
  • Desktop Apps:
Using Angular, you can easily create applications that are desktop-installed across various operating systems such as Windows, Mac, and Linux.

  • Virtual Scrolling:
To load and unload items from DOM, Virtual Scrolling in Angular is principally used. This process is completely based on visible parts of lists.
 Click Here – To Become an Angular


Why angular:

  • Angular not only provides us the tools but also provide various design patterns. It can easily understandable.
  • It is just like JS but a better version of it. We don't need to learn a completely new language.
  • It is a one framework for multiple platforms like web, mobile, desktop etc.
  • Angular is thoroughly tested i.e it supports both unit as well as end-to-end testing.





Thank you....








Function in SQL -part 8

  In this blog we are going to understand  Sql function.   FUNCTION: A function is a database object in SQL Server. It accepts only input pa...