SlideShare a Scribd company logo
Angular JS
Angular architecture
● Angular component and Use case of it
● Some hands on
● Best practises
● FOCU
What is Angular JS?
MVC
Angular component
Controller
Service
Factory
Directives
Filter
View
Controller
● Setup the scope
● View Interaction
● Coordinate View and Model
● No DOM manipulationangular.module('myApp')
.controller('AddCarCtrl', ['$scope', function($scope) {
//do some stuff
}]);
Controller best practice
Less controller code
No application logic
No DOM manipulation
Service
Handle non-view logic
Communicate with server
Hold data & status
View
Display the Application
Declare Binding & Detectives
Create a Service
1. Value
2. Constant
3. Factory
4. Service
5. Providerangular.module('myApp').service('AddCarSvc',function($http,carList) {
//do some stuff
});
Directives
DOM manipulation
DOM events
Functionality( ng-show, ng-hide)
Widgets
Directives
Link
Controller
Scope
Project work though and hand on
https://github.com/dinushadev/angular-training.git
Set up dev environment with browser-sync
FOUC
Flash of unstyled Content
1. ng-cloak
[ng:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
1. ng-bind
Use ng-bind instead of {{ }}
1. Add spinner
UI-Router
File Structure
Pros
● Two way binding
● Component oriented architecture with drectiview
● Rapid development
Cons
● Two way binding - formance issue.
● Rerendering
● With deep object graphs can cause slow app
Q

More Related Content

PPTX
Understanding angular js
Aayush Shrestha
 
PPTX
Angular js PPT
Imtiyaz Ahmad Khan
 
PPTX
Why angular js Framework
Sakthi Bro
 
PPTX
Front end development with Angular JS
Bipin
 
PDF
AngularJS introduction
Tania Gonzales
 
PPTX
Angular js
sanjay joshi
 
PPTX
Angular js 1.3 basic tutorial
Al-Mutaz Bellah Salahat
 
PDF
AngularJS Best Practices
Betclic Everest Group Tech Team
 
Understanding angular js
Aayush Shrestha
 
Angular js PPT
Imtiyaz Ahmad Khan
 
Why angular js Framework
Sakthi Bro
 
Front end development with Angular JS
Bipin
 
AngularJS introduction
Tania Gonzales
 
Angular js
sanjay joshi
 
Angular js 1.3 basic tutorial
Al-Mutaz Bellah Salahat
 
AngularJS Best Practices
Betclic Everest Group Tech Team
 

What's hot (20)

PPTX
Angular js for beginners
Munir Hoque
 
PPTX
Introduction to Angularjs
Manish Shekhawat
 
PDF
Advanced Tips & Tricks for using Angular JS
Simon Guest
 
PPTX
Angular js
ParmarAnisha
 
PDF
AngularJS - What is it & Why is it awesome ? (with demos)
Gary Arora
 
PPTX
AngularJS Best Practices
Narek Mamikonyan
 
PPTX
Introduction to Angular js 2.0
Nagaraju Sangam
 
PPTX
Step by Step - AngularJS
Infragistics
 
PPTX
AngularJS intro
dizabl
 
PPTX
Angular JS - Introduction
Sagar Acharya
 
PPTX
Angular js
Manav Prasad
 
PPTX
Getting Started with Angular JS
Akshay Mathur
 
PDF
AngularJS 101 - Everything you need to know to get started
Stéphane Bégaudeau
 
PDF
AngularJS Basic Training
Cornel Stefanache
 
PDF
AngularJS: an introduction
Luigi De Russis
 
PPTX
The AngularJS way
Boyan Mihaylov
 
PPTX
5 angularjs features
Alexey (Mr_Mig) Migutsky
 
PDF
Angularjs architecture
Michael He
 
PPTX
Angular js
Behind D Walls
 
PPTX
Angular js architecture (v1.4.8)
Gabi Costel Lapusneanu
 
Angular js for beginners
Munir Hoque
 
Introduction to Angularjs
Manish Shekhawat
 
Advanced Tips & Tricks for using Angular JS
Simon Guest
 
Angular js
ParmarAnisha
 
AngularJS - What is it & Why is it awesome ? (with demos)
Gary Arora
 
AngularJS Best Practices
Narek Mamikonyan
 
Introduction to Angular js 2.0
Nagaraju Sangam
 
Step by Step - AngularJS
Infragistics
 
AngularJS intro
dizabl
 
Angular JS - Introduction
Sagar Acharya
 
Angular js
Manav Prasad
 
Getting Started with Angular JS
Akshay Mathur
 
AngularJS 101 - Everything you need to know to get started
Stéphane Bégaudeau
 
AngularJS Basic Training
Cornel Stefanache
 
AngularJS: an introduction
Luigi De Russis
 
The AngularJS way
Boyan Mihaylov
 
5 angularjs features
Alexey (Mr_Mig) Migutsky
 
Angularjs architecture
Michael He
 
Angular js
Behind D Walls
 
Angular js architecture (v1.4.8)
Gabi Costel Lapusneanu
 
Ad

Viewers also liked (20)

PPTX
Css frameworks
Dimitar Belchugov
 
KEY
CSS Frameworks
Web Directions
 
PDF
CSS Frameworks: Make the Right Choice (EOTW09)
Kevin Yank
 
PDF
Don’t get Bootslapped: How to Avoid Common Pitfalls with CSS Frameworks
WebVisions
 
PDF
AngularJS in 60ish Minutes - Dan Wahlin | FalafelCON 2014
FalafelSoftware
 
KEY
CSS Frameworks
Mario Hernandez
 
PPTX
Get satrted angular js
Alexandre Marreiros
 
KEY
Getting started with CSS frameworks using Zurb foundation
Melanie Archer
 
PPTX
AngularJS in 60ish Minutes
Dan Wahlin
 
PDF
Angular js
Knoldus Inc.
 
PDF
Introduction to AngularJS
Jussi Pohjolainen
 
PDF
Introduction to JavaScript
Bryan Basham
 
PDF
Fundamental JavaScript [UTC, March 2014]
Aaron Gustafson
 
PPTX
Single Page Application (SPA) using AngularJS
M R Rony
 
PDF
AngularJS Basics with Example
Sergey Bolshchikov
 
PDF
Reveal.js
Hakim El Hattab
 
PPT
Js ppt
Rakhi Thota
 
PPT
Javascript
guest03a6e6
 
PPT
JavaScript - An Introduction
Manvendra Singh
 
PDF
reveal.js 3.0.0
Hakim El Hattab
 
Css frameworks
Dimitar Belchugov
 
CSS Frameworks
Web Directions
 
CSS Frameworks: Make the Right Choice (EOTW09)
Kevin Yank
 
Don’t get Bootslapped: How to Avoid Common Pitfalls with CSS Frameworks
WebVisions
 
AngularJS in 60ish Minutes - Dan Wahlin | FalafelCON 2014
FalafelSoftware
 
CSS Frameworks
Mario Hernandez
 
Get satrted angular js
Alexandre Marreiros
 
Getting started with CSS frameworks using Zurb foundation
Melanie Archer
 
AngularJS in 60ish Minutes
Dan Wahlin
 
Angular js
Knoldus Inc.
 
Introduction to AngularJS
Jussi Pohjolainen
 
Introduction to JavaScript
Bryan Basham
 
Fundamental JavaScript [UTC, March 2014]
Aaron Gustafson
 
Single Page Application (SPA) using AngularJS
M R Rony
 
AngularJS Basics with Example
Sergey Bolshchikov
 
Reveal.js
Hakim El Hattab
 
Js ppt
Rakhi Thota
 
Javascript
guest03a6e6
 
JavaScript - An Introduction
Manvendra Singh
 
reveal.js 3.0.0
Hakim El Hattab
 
Ad

Similar to Angular js (20)

PPTX
Angularjs
sanjay joshi
 
PPTX
Intro to AngularJs
SolTech, Inc.
 
PPTX
Introduction to AngularJS
Shyjal Raazi
 
PPTX
AngularJs Workshop SDP December 28th 2014
Ran Wahle
 
PPTX
Training On Angular Js
Mahima Radhakrishnan
 
PPTX
angularJs Workshop
Ran Wahle
 
PPTX
Introduction to single page application with angular js
Mindfire Solutions
 
PPTX
Valentine with AngularJS
Vidyasagar Machupalli
 
PDF
Mini-Training: AngularJS
Betclic Everest Group Tech Team
 
PPTX
Angular Js Basics
أحمد عبد الوهاب
 
PDF
AngularJS in practice
Eugene Fidelin
 
PDF
Karlsruher Entwicklertag 2013 - Webanwendungen mit AngularJS
Philipp Burgmer
 
PPTX
AngularJs (1.x) Presentation
Raghubir Singh
 
PDF
SF Cordova Meetup
Andreas Argelius
 
PPTX
AngularJS Introduction (Talk given on Aug 5 2013)
Abhishek Anand
 
PDF
Responsive web design with Angularjs
Arnab Pradhan
 
PDF
AngularJS
Hiten Pratap Singh
 
PDF
Workshop 14: AngularJS Parte III
Visual Engineering
 
Angularjs
sanjay joshi
 
Intro to AngularJs
SolTech, Inc.
 
Introduction to AngularJS
Shyjal Raazi
 
AngularJs Workshop SDP December 28th 2014
Ran Wahle
 
Training On Angular Js
Mahima Radhakrishnan
 
angularJs Workshop
Ran Wahle
 
Introduction to single page application with angular js
Mindfire Solutions
 
Valentine with AngularJS
Vidyasagar Machupalli
 
Mini-Training: AngularJS
Betclic Everest Group Tech Team
 
Angular Js Basics
أحمد عبد الوهاب
 
AngularJS in practice
Eugene Fidelin
 
Karlsruher Entwicklertag 2013 - Webanwendungen mit AngularJS
Philipp Burgmer
 
AngularJs (1.x) Presentation
Raghubir Singh
 
SF Cordova Meetup
Andreas Argelius
 
AngularJS Introduction (Talk given on Aug 5 2013)
Abhishek Anand
 
Responsive web design with Angularjs
Arnab Pradhan
 
Workshop 14: AngularJS Parte III
Visual Engineering
 

Recently uploaded (20)

PPT
FALLSEM2025-26_ISWE304L_TH_VL2025260102786_2025-07-10_Reference-Material-II.ppt
AKSHAYA255427
 
PDF
QAware_Mario-Leander_Reimer_Architecting and Building a K8s-based AI Platform...
QAware GmbH
 
PPT
Overview of Oracle Receivables Process.ppt
nbvreddy229
 
PDF
Microsoft Teams Essentials; The pricing and the versions_PDF.pdf
Q-Advise
 
PDF
Become an Agentblazer Champion Challenge Kickoff
Dele Amefo
 
PPTX
What to Capture When It Breaks: 16 Artifacts That Reveal Root Causes
Tier1 app
 
PDF
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
PPTX
10 Hidden App Development Costs That Can Sink Your Startup.pptx
Lunar Web Solution
 
PDF
How to Seamlessly Integrate Salesforce Data Cloud with Marketing Cloud.pdf
NSIQINFOTECH
 
PDF
Teaching Reproducibility and Embracing Variability: From Floating-Point Exper...
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
PDF
Jenkins: An open-source automation server powering CI/CD Automation
SaikatBasu37
 
PDF
Micromaid: A simple Mermaid-like chart generator for Pharo
ESUG
 
PDF
Rise With SAP partner in Mumbai.........
pts464036
 
PPTX
Save Business Costs with CRM Software for Insurance Agents
Insurance Tech Services
 
PPTX
Materi-Enum-and-Record-Data-Type (1).pptx
RanuFajar1
 
PDF
Why Use Open Source Reporting Tools for Business Intelligence.pdf
Varsha Nayak
 
PPTX
Hire Expert Blazor Developers | Scalable Solutions by OnestopDA
OnestopDA
 
PDF
Community & News Update Q2 Meet Up 2025
VictoriaMetrics
 
PDF
Why Should Businesses Extract Cuisine Types Data from Multiple U.S. Food Apps...
devilbrown689
 
PDF
A REACT POMODORO TIMER WEB APPLICATION.pdf
Michael624841
 
FALLSEM2025-26_ISWE304L_TH_VL2025260102786_2025-07-10_Reference-Material-II.ppt
AKSHAYA255427
 
QAware_Mario-Leander_Reimer_Architecting and Building a K8s-based AI Platform...
QAware GmbH
 
Overview of Oracle Receivables Process.ppt
nbvreddy229
 
Microsoft Teams Essentials; The pricing and the versions_PDF.pdf
Q-Advise
 
Become an Agentblazer Champion Challenge Kickoff
Dele Amefo
 
What to Capture When It Breaks: 16 Artifacts That Reveal Root Causes
Tier1 app
 
ShowUs: Pharo Stream Deck (ESUG 2025, Gdansk)
ESUG
 
10 Hidden App Development Costs That Can Sink Your Startup.pptx
Lunar Web Solution
 
How to Seamlessly Integrate Salesforce Data Cloud with Marketing Cloud.pdf
NSIQINFOTECH
 
Teaching Reproducibility and Embracing Variability: From Floating-Point Exper...
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Jenkins: An open-source automation server powering CI/CD Automation
SaikatBasu37
 
Micromaid: A simple Mermaid-like chart generator for Pharo
ESUG
 
Rise With SAP partner in Mumbai.........
pts464036
 
Save Business Costs with CRM Software for Insurance Agents
Insurance Tech Services
 
Materi-Enum-and-Record-Data-Type (1).pptx
RanuFajar1
 
Why Use Open Source Reporting Tools for Business Intelligence.pdf
Varsha Nayak
 
Hire Expert Blazor Developers | Scalable Solutions by OnestopDA
OnestopDA
 
Community & News Update Q2 Meet Up 2025
VictoriaMetrics
 
Why Should Businesses Extract Cuisine Types Data from Multiple U.S. Food Apps...
devilbrown689
 
A REACT POMODORO TIMER WEB APPLICATION.pdf
Michael624841
 

Angular js