Skip to main content

Angular Tutorial - Angular Fundametals

Angular is an application design JavaScript framework and development platform for developing and well organised worldly-wise used Single Page Applications (SPAs)

The Angular tutorial on Techtuts gives clarification about the Angular from the fundamental concepts to improved concepts. This tutorial provides good understanding about the Angular Framework for Technical, Non-Technical People, College Students and Working Professionals. Given an examples are an easy to understandable and an easy to practice by yourself.

In this tutorial you will grasp about the concepts from start to end.This tutorial includes  an introduction, features, components, directives, Data binding, event binding, animations, templates, services, routing etc.

This tutorial  gives guidelines and brief abou  fundamental concepts of angular

Fundamental concepts of Angular

Before understanding the  angular concepts fully, first we need to understand the fundamental concepts of angular. 

Components

Components are the important building blocks of the every angular  application. It contains the element selector, Html templates, css, Class and properties of that component. 

Templates

 Templates are  user view  of an application, which  displays on  browser. It inclides the all the html part of the angular application.  All html syntax are valid template syntax.

Directives

Directiives are classes that add new behavior to the elements on templates. Angular has also prebuilt directioves for handling and changing  the behaviors of the element.

Dependency Injection

Dependency or DI is concept to share the some part of with other part of the apllication when it requires. Dependency Consumers and Depedency Providers are  main concepts involved in DI System.