KEMBAR78
Angular overview | PPTX
Angular: an
overview
By
P. Thanvi lahari
AGENDA
Introduction to
Angular
Why do we need
angular?
Single Page
Application(SPA)
Versions of
angular
Features of
Angular
Advantages
Applications Conclusion
Introduction to Angular
• Angular is an open-source framework for building client
applications HTML, CSS and TypeScript, maintained by
google.
• Angular includes:
 A component-based framework for building scalable
web applications.
 A collection of well-integrated libraries that cover a
wide variety of features, including routing, forms
management, client-server communication, and more.
 A suite of developer tools to help you develop, build,
test, and update your code.
Why do we
need
Angular?
Angular framework boosts web development
efficiency and performance by providing a
consistent structure so that developers don’t
have to keep rebuilding code from scratch.
It is a time saver that offers developers a host
of extra features that can be added to software
without requiring extra effort.
It provides two-way data binding unlike other
frameworks.
Single page Application(SPA)
Angular uses the concept of Single
Page Application(SPA).
Single-page applications (SPAs) are
web applications that load a single
HTML page and dynamically update
that page as the user interacts with
the application. It doesn't need
to make requests for new pages on
server
SPAs use Ajax and HTML5 to create
a fluid and responsive Web
applications, without constant page
reloads.
Versions of
Angular
Angular1
(Angular Js)
Angular 2
Angular 3
…
Angular 12
Features of Angular
• Document Object Model (DOM)
• TypeScript
• Data Binding
• Testing – Jasmine testing
Framework
• Modules
• Components
• Templates
• Metadata
• Directives
Advantages
Time saving Data binding
Single page
application
Material design
like Interface
Better error
handling
Speed and
performance
Applications
Conclusion
Angular is an open-source, JavaScript framework
written in TypeScript. It enables users to develop
and test large applications easily.
It has surpassed Javascript for developing single-
page applications that require modularity,
testability, and developer productivity.
Angular supports frameworks lke CSS and
bootstrap for frontend.
Thank you

Angular overview

  • 1.
  • 2.
    AGENDA Introduction to Angular Why dowe need angular? Single Page Application(SPA) Versions of angular Features of Angular Advantages Applications Conclusion
  • 3.
    Introduction to Angular •Angular is an open-source framework for building client applications HTML, CSS and TypeScript, maintained by google. • Angular includes:  A component-based framework for building scalable web applications.  A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more.  A suite of developer tools to help you develop, build, test, and update your code.
  • 4.
    Why do we need Angular? Angularframework boosts web development efficiency and performance by providing a consistent structure so that developers don’t have to keep rebuilding code from scratch. It is a time saver that offers developers a host of extra features that can be added to software without requiring extra effort. It provides two-way data binding unlike other frameworks.
  • 5.
    Single page Application(SPA) Angularuses the concept of Single Page Application(SPA). Single-page applications (SPAs) are web applications that load a single HTML page and dynamically update that page as the user interacts with the application. It doesn't need to make requests for new pages on server SPAs use Ajax and HTML5 to create a fluid and responsive Web applications, without constant page reloads.
  • 6.
  • 7.
    Features of Angular •Document Object Model (DOM) • TypeScript • Data Binding • Testing – Jasmine testing Framework • Modules • Components • Templates • Metadata • Directives
  • 8.
    Advantages Time saving Databinding Single page application Material design like Interface Better error handling Speed and performance
  • 9.
  • 10.
    Conclusion Angular is anopen-source, JavaScript framework written in TypeScript. It enables users to develop and test large applications easily. It has surpassed Javascript for developing single- page applications that require modularity, testability, and developer productivity. Angular supports frameworks lke CSS and bootstrap for frontend.
  • 11.