Skip to main content

Angular Basic Understanding

AngularJS

Angular is a Type Script-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. 


Key Modules
-Components
-Routing
-Directives
-Pipe
-Services
-Dependency Injection


Main Thread. Templates integration
Data binding and directives
Services and dependency injection
Http and observables
Navigation and routing
Angular CLI


Angular is...

A javascript framework
For building client-side  applications
using HTML,Css and javascript


Why Angular .?

Angular makes our html more expressive power up our html with features such as if conditions,for loops,and local variables

Angular has power-data binding we can easily display fields from our data model,track changes and process updates from the user .

Angular promotes modularity by design.our applications become a set of building blocks,making it easier to create and reuse content

Angular has built-in support for communication with a backed service .This makes it easy for our web application to integrate with a back end service to get and post data or execute server side business logic


Angular is built for speed it has faster initial loads,faster change detection and improve rendering times angular is modern it takes advantage of features provided in the latest java-script standards and beyond such a classes modules and decorators both greenfield and legacy browsers


Angular has a simplified API it has fewer built in directives.



In Angular an application is comprised of a set of components and services that provides functionality across those components

What is an angular component?
Each component is comprised of a template which is the HTML for the user interface fragment defining a view for the application .\
Add to that a class for the code associated with the view

The class contains the property or the data elements available for the use in the view and methods which perform actions for the view such as responding to a button click .

A component also has metadata, which provides the additional information about the component to angular.It is this metadata that identifies the class as an Angular






Comments

Popular posts from this blog

Re-sharper Trial Expires Re-usability- Tricks

Re-sharper Trial Expires Re-usability-  Tricks  Re sharper It is a popular developer productivity extension for Microsoft Visual Studio. It automates most of what can be automated in your coding routines. It finds compiler errors, run-time errors, redundancies, and code smells right as you type, suggesting intelligent corrections for them. Note: This document describes precise after the trial expiry of the re-sharper how we can configure on Next 30 Days validity Pros:Development must easier while loading all the Re-sharper Components; Configuration: Uninstall the application from the Control Panel Remove the system Registry entry default Parameter from the below location-HKEY_CURRENT_USER/Softwares/JetBrains(delete the jetbrains folder) Remove the PrgrammeDataFolder behind the sub folder JetBrains Remove the User AppData folder. For all the use cases Done user can restart the Machine After that user able to  Re-install the application to validate  n

How to capture the log using USB Lyzer

1.       Here you can see to which port your device is connected in the “Device Tree” tab on the left side. You have to check the boxes for which device you need to capture the logs. For example: I have connected the device in port2 and so the device is listed under port2. In order to capture logs of that device, you have to select all the check boxes of the device listed under the specific port.