0% found this document useful (0 votes)
43 views9 pages

Angular Framework Essentials Guide

the curriculum for AngularJS program for learners to ensure that they get there hands-on experiences on how AngularJS is actually used and implemented. If AngularJS is something that you would want to build a career in, CETPA will ensure that you are able to achieve this dream in the most efficient and effective manner. for more details visit-https://www.cetpainfotech.com/technology/angularjs-training

Uploaded by

varsha dixit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views9 pages

Angular Framework Essentials Guide

the curriculum for AngularJS program for learners to ensure that they get there hands-on experiences on how AngularJS is actually used and implemented. If AngularJS is something that you would want to build a career in, CETPA will ensure that you are able to achieve this dream in the most efficient and effective manner. for more details visit-https://www.cetpainfotech.com/technology/angularjs-training

Uploaded by

varsha dixit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

ANGULAR FRAMEWORK:

BUILDING BLOCKS OF THE FUTURE

.
CONTENTS
Introduction to Angular Framework
Components in Angular
Directives in Angular
Services in Angular
Routing in Angular
Conclusion
. 3

INTRODUCTION
Angular is a popular front-end framework for building web applications. It is
maintained by Google and has gained a lot of popularity in recent years. Angular is
based on the Model-View-Controller (MVC) architecture, which separates the
application into three interconnected components.
COMPONENTS IN
ANGULAR
In Angular, a component is the fundamental building block of an application.
A component consists of a template, which defines the layout and structure of
the component, and a class, which contains the component's logic and data.
Components can be nested within other components to create complex user
interfaces.
Angular provides a powerful set of tools for creating and managing
components..
. 5

COMPONENTS IN ANGULAR
• In Angular, a component is the fundamental building block of an application. A component consists of a template,
which defines the layout and structure of the component, and a class, which contains the component's logic and
data. Components can be nested within other components to create complex user interfaces.
• Angular provides a powerful set of tools for creating and managing components. These tools include the
Component Decorator, which allows you to define a component's metadata, and the NgModule Decorator, which
allows you to organize your components into modules.
6

DIRECTIVES IN ANGULAR.

Directives are another key feature of the Angular framework. Directives allow
you to extend HTML with custom behaviour and functionality. There are two
types of directives in Angular: structural and attribute directives.

Structural directives modify the DOM layout by adding or removing elements,


while attribute directives modify the behaviour or appearance of existing
elements. Angular provides several built-in directives,, and also allows you to
create your own custom directives.
. 7

SERVICES IN ANGULAR

SERVICES ARE A WAY TO SHARE DATA AND FUNCTIONALITY ACROSS DIFFERENT PARTS OF AN ANGULAR
APPLICATION. SERVICES ARE TYPICALLY USED TO HANDLE DATA RETRIEVAL AND STORAGE, AS WELL AS
TO PROVIDE COMMON FUNCTIONALITY THAT IS NEEDED THROUGHOUT THE APPLICATION.

ANGULAR PROVIDES A POWERFUL DEPENDENCY INJECTION SYSTEM THAT MAKES IT EASY TO INJECT
SERVICES INTO COMPONENTS AND OTHER SERVICES. THIS ALLOWS YOU TO EASILY MANAGE
DEPENDENCIES BETWEEN DIFFERENT PARTS OF YOUR APPLICATION AND MAKES IT EASY TO TEST AND
MAINTAIN YOUR CODE.

. . . .
.
​ ​
. 8

CONCLUSION
Angular is a powerful and flexible front-end framework that provides a
comprehensive set of tools for building complex web applications. With
its modular architecture, powerful directives, and robust dependency
injection system, Angular makes it easy to develop and maintain large-
scale applications.
Whether you're building a simple website or a complex enterprise
application, Angular has everything you need to get the job done.
THANK YOU
[email protected]
• 91-9212172602
• D-58, Sector-2, Near Red
FM. Noida -201301,Uttar
Pradesh
• www.cetpainfotech.com

You might also like