SlideShare a Scribd company logo
KARTHIKEYAN P
Web Development Tools
Session 3
KARTHIKEYAN P
Session Outcomes
At the end of this session, students will be able to,
1. Install and use angular js
2. Run a simple app using angular js
KARTHIKEYAN P
Angular JS
• Download Angular JS
– (https://angularjs.org)
– Use angular.min.js
KARTHIKEYAN P
Angular JS
• Files
– index.html, app.js, angular.min.js
– style.css (optional)
• Wrapping your AngularJS components in an
Immediately Invoked Function Expression
(IIFE). This helps to prevent variables and
function declarations from living longer than
expected in the global scope, which also helps
avoid variable collisions.
https://codestyle.co/guidelines/angularjs/
KARTHIKEYAN P
app.js
//IIFE
(function(){
'use strict';
angular.module('myFirstApp',[ ])
.controller('MyFirstController', function() {
});
})();
KARTHIKEYAN P
Update index.html
• Add angualar app
<html ng-app=“myFirstApp”>
• Add angular controller
<div ng-controller=“myFirstController”>
KARTHIKEYAN P
app.js
(function(){
'use strict';
angular.module('myFirstApp',[])
.controller('MyFirstController', function($scope) {
$scope.name = “karthik”
$scope.sayHello = function() { return “Hai”;}
});
})();
KARTHIKEYAN P
Sharing data - controller
• Add angular controller
<div ng-controller=“myFirstController”>
{{name}}
{{sayHello()}}
</div>
KARTHIKEYAN P
Sharing data - controller
• Add angular controller
<div ng-controller=“myFirstController”>
<input type="text" ng-model="name">
Inside input box is: {{name}}
</div>
KARTHIKEYAN P
QUIZ

More Related Content

What's hot (19)

PDF
IBM Bluemix Cloud Platform Application Development with Eclipse IDE
hkbhadraa
 
PDF
What's New in Angular 4 | Angular 4 Features | Angular 4 Changes | Angular Tu...
Edureka!
 
PDF
Meetup SkillValue - Angular 6 : Bien démarrer son application
Thibault Even
 
PDF
Improving Android app testing with Appium and Sauce Labs
Isaac Murchie
 
PDF
[@NaukriEngineering] Mobile Web app scripts execution using Appium
Naukri.com
 
PDF
Chicago ALM User Group - Nov 2014 - Application Insights 101
Angela Dugan
 
PDF
Angular 2: Migration - SSD 2016 London
Manfred Steyer
 
PPT
What's New in Titanium 1.5
Kevin Whinnery
 
PPTX
Angular2 + New Firebase in Action
Ruben Chavarri
 
PPTX
Modern web app with REACT
AndryRajohnson
 
PPTX
Angular presentation
merlihan
 
PPTX
Java and services code lab spring boot and spring data using mongo db
Staples
 
PPTX
Build and deploy an ASP.NET applicaton
David Voyles
 
PPTX
React native automation testing
Jayad Aadrit
 
ODP
Angular 6 - The Complete Guide
Sam Dias
 
ODP
Best episode ever: Angular 2 from the perspective of an Angular 1 developer
Peter Bouda
 
PPTX
Angular 2
Nigam Goyal
 
PPTX
Bhuvi ppt zerobug
BhuviS3
 
PDF
Titanium Alloy Tutorial
Fokke Zandbergen
 
IBM Bluemix Cloud Platform Application Development with Eclipse IDE
hkbhadraa
 
What's New in Angular 4 | Angular 4 Features | Angular 4 Changes | Angular Tu...
Edureka!
 
Meetup SkillValue - Angular 6 : Bien démarrer son application
Thibault Even
 
Improving Android app testing with Appium and Sauce Labs
Isaac Murchie
 
[@NaukriEngineering] Mobile Web app scripts execution using Appium
Naukri.com
 
Chicago ALM User Group - Nov 2014 - Application Insights 101
Angela Dugan
 
Angular 2: Migration - SSD 2016 London
Manfred Steyer
 
What's New in Titanium 1.5
Kevin Whinnery
 
Angular2 + New Firebase in Action
Ruben Chavarri
 
Modern web app with REACT
AndryRajohnson
 
Angular presentation
merlihan
 
Java and services code lab spring boot and spring data using mongo db
Staples
 
Build and deploy an ASP.NET applicaton
David Voyles
 
React native automation testing
Jayad Aadrit
 
Angular 6 - The Complete Guide
Sam Dias
 
Best episode ever: Angular 2 from the perspective of an Angular 1 developer
Peter Bouda
 
Angular 2
Nigam Goyal
 
Bhuvi ppt zerobug
BhuviS3
 
Titanium Alloy Tutorial
Fokke Zandbergen
 

Similar to Web tools - angular js (20)

PPTX
18CSC311J WEB DESIGN AND DEVELOPMENT UNIT-2
Sivakumar M
 
PDF
[Ebooks PDF] download AngularJS 1st Edition Brad Green full chapters
kiciunonge
 
PDF
III - Better angularjs
WebF
 
PDF
Angular js
Felixits
 
PDF
Angular js
Felixits
 
PDF
AngularJS Curriculum-Zeolearn
Hamdi Ceylan
 
PDF
Angular Up and Running Learning Angular Step by Step 1st Edition Shyam Seshadri
rgexprbo904
 
PDF
AngularJS in practice
Eugene Fidelin
 
PPTX
Angular js for Beginnners
Santosh Kumar Kar
 
PPTX
ME vs WEB - AngularJS Fundamentals
Aviran Cohen
 
PDF
Download full ebook of Angularjs Brad Green Shyam Seshadri instant download pdf
mehiicniode
 
PDF
Angular Roadmap For Beginner PDF By ScholarHat.pdf
Scholarhat
 
PDF
A gently introduction to AngularJS
Gregor Woiwode
 
PPTX
Angular Presentation
Adam Moore
 
PDF
Angular Up and Running Learning Angular Step by Step 1st Edition Shyam Seshadri
maneskortyjt
 
PPTX
Angular course in Thane
prashantnet
 
PDF
Quick start with AngularJS
Iuliia Baranova
 
PPTX
angular.pptx
ChandraPrakash287820
 
PPTX
Angular training - Day 3 - custom directives, $http, $resource, setup with ye...
murtazahaveliwala
 
PPTX
AngularJS One Day Workshop
Shyam Seshadri
 
18CSC311J WEB DESIGN AND DEVELOPMENT UNIT-2
Sivakumar M
 
[Ebooks PDF] download AngularJS 1st Edition Brad Green full chapters
kiciunonge
 
III - Better angularjs
WebF
 
Angular js
Felixits
 
Angular js
Felixits
 
AngularJS Curriculum-Zeolearn
Hamdi Ceylan
 
Angular Up and Running Learning Angular Step by Step 1st Edition Shyam Seshadri
rgexprbo904
 
AngularJS in practice
Eugene Fidelin
 
Angular js for Beginnners
Santosh Kumar Kar
 
ME vs WEB - AngularJS Fundamentals
Aviran Cohen
 
Download full ebook of Angularjs Brad Green Shyam Seshadri instant download pdf
mehiicniode
 
Angular Roadmap For Beginner PDF By ScholarHat.pdf
Scholarhat
 
A gently introduction to AngularJS
Gregor Woiwode
 
Angular Presentation
Adam Moore
 
Angular Up and Running Learning Angular Step by Step 1st Edition Shyam Seshadri
maneskortyjt
 
Angular course in Thane
prashantnet
 
Quick start with AngularJS
Iuliia Baranova
 
angular.pptx
ChandraPrakash287820
 
Angular training - Day 3 - custom directives, $http, $resource, setup with ye...
murtazahaveliwala
 
AngularJS One Day Workshop
Shyam Seshadri
 
Ad

More from Dr Karthikeyan Periasamy (9)

PDF
System types
Dr Karthikeyan Periasamy
 
PDF
System thinking about system
Dr Karthikeyan Periasamy
 
PPTX
Android Database
Dr Karthikeyan Periasamy
 
PPTX
Android - Activity, Services
Dr Karthikeyan Periasamy
 
PPTX
Android Introduction
Dr Karthikeyan Periasamy
 
PPTX
Arduino Programming
Dr Karthikeyan Periasamy
 
PPTX
Internet of Things
Dr Karthikeyan Periasamy
 
PDF
Padlet Creation
Dr Karthikeyan Periasamy
 
PDF
Canvas LMS Creation
Dr Karthikeyan Periasamy
 
System thinking about system
Dr Karthikeyan Periasamy
 
Android Database
Dr Karthikeyan Periasamy
 
Android - Activity, Services
Dr Karthikeyan Periasamy
 
Android Introduction
Dr Karthikeyan Periasamy
 
Arduino Programming
Dr Karthikeyan Periasamy
 
Internet of Things
Dr Karthikeyan Periasamy
 
Padlet Creation
Dr Karthikeyan Periasamy
 
Canvas LMS Creation
Dr Karthikeyan Periasamy
 
Ad

Recently uploaded (20)

PPTX
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
PPTX
Knowledge Representation : Semantic Networks
Amity University, Patna
 
PPTX
Shinkawa Proposal to meet Vibration API670.pptx
AchmadBashori2
 
PPT
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
DOCX
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
PPTX
Big Data and Data Science hype .pptx
SUNEEL37
 
PPTX
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
PPTX
Introduction to Design of Machine Elements
PradeepKumarS27
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PPTX
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PPTX
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
DOC
MRRS Strength and Durability of Concrete
CivilMythili
 
DOCX
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
PPTX
Thermal runway and thermal stability.pptx
godow93766
 
PPTX
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
PPTX
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
Heart Bleed Bug - A case study (Course: Cryptography and Network Security)
Adri Jovin
 
Knowledge Representation : Semantic Networks
Amity University, Patna
 
Shinkawa Proposal to meet Vibration API670.pptx
AchmadBashori2
 
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
CS-802 (A) BDH Lab manual IPS Academy Indore
thegodhimself05
 
Big Data and Data Science hype .pptx
SUNEEL37
 
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
Introduction to Design of Machine Elements
PradeepKumarS27
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
Mechanical Design of shell and tube heat exchangers as per ASME Sec VIII Divi...
shahveer210504
 
MRRS Strength and Durability of Concrete
CivilMythili
 
8th International Conference on Electrical Engineering (ELEN 2025)
elelijjournal653
 
Thermal runway and thermal stability.pptx
godow93766
 
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
美国电子版毕业证南卡罗莱纳大学上州分校水印成绩单USC学费发票定做学位证书编号怎么查
Taqyea
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 

Web tools - angular js