SlideShare a Scribd company logo
Devcon Summit 2016
Christian John Felix
“The A1”
Christian John Felix
Kick Start
It takes the front end development
to the next level.
Why AngularJS?
Two things before you start:
1. Text Editor
• Download Sublimetext 3
• Others
• Brackets etc.
• Atom,
• Notepad ++,
• Dreamweaver,
• VSCode,
• Visual Studio 2015 (Community Edition)
2. AngularJS
• Download AngularJS 1 (Library)
https://angularjs.org
Click to DOWNLOAD the library
https://www.sublimetext.com/3
Or type in google
sublimetext 3 then click the
first link and read the
instructions.
The Basics
Directive and Data Binding
• AngularJS Data-Binding in Angular apps is the automatic
synchronization of data between the model and view
components.
• AngularJS Directives are extended HTML attributes with the
prefix ng- .
The A1 "AngularJS 1 Kick Start"
DEMO
The ng-model directive binds the value of HTML controls
(input, select, textarea) to application data.
The ng-app directive initializes an AngularJS application.
Modules and Controllers
Module - A module is a collection of services, directives,
controllers, filters, and configuration information.
Controller - controls the flow of data in the application.
A controller is defined using ng-controller directive.
DEMO
Routing
The ngRoute module helps your application to become a Single Page
Application.
INJECTED
ng-view is the directive that angular uses as a container to switch between views.
NOTE: Your application needs a container to put the content provided by the routing.
DEMO
Service
Services - Angular services are substitutable objects that are wired together using
dependency injection (DI). You can use services to organize and share code across your app.
DEMO
Different emotional feelings using
AngularJS
I owe you Controller!
First encounter with data binding and controller
Data Binding ROCKS!
First encounter with Services
DI (Dependency Injection)
WHO ARE YOU!!!!!
I’m DONE!
Going back
to JQEURY!
When you or your team
understand how it works!
When building a large scale app
You need to plan.
Structuring application
AngularJS is a MVW
“Model View Whatever”
app/
controllers/
services/
views/
directives/
filters/
By Type • OK for demo or start up
• Not advisable on a large scale app.
• Hard to maintain.
Common Starting Structure
When your application grows.
When your application grows.
Where is that controller!
app/
app.js
config.js
customer/
filter.js
orders/
products/
service.js
By Feature • Good way to start.
• Based on user story.
• Much better than by type.
When your application grows.
Combining the two
app/
app.js
config.js
customer/
controllers/
services/
views/
orders/
controllers/
services/
views/
products/
controllers/
services/
views/
By feature &
by type
• Manageable and maintainable.
• Easier to locate the files.
• Easier to work with another
feature.
Modular Application
Modular Application
ModApp
customer module
customer/
customer.module.js
controllers/
views/
services/
order module
order/
order.module.js
controllers/
views/
services/
Main module
product module
product/
product.module.js
controllers/
views/
services/
INJECTED
datatables
toastr
ngRoute
blockUI
ngMaterial
core
common
order
module
customer
module
user
module
product
module
package
module
ngMessages ngAnimate
ui.bootstrap
Main module
customer
module
product
module
package
module
reports
module
order
module
Different Modules with Different
Developers
Code Pattern
AngularJS
https://angularjs.org/
AngularJS Style Guide
https://github.com/johnpapa/angular-styleguid
Block UI
https://github.com/McNull/angular-block-ui
ToastR
https://github.com/Foxandxss/angular-toastr
$http Promises
http://blog.ninja-squad.com/2015/05/28/angularjs-promises/
Bootstrap
https://getbootstrap.com
TIPS
To God be the Glory
#HappyCoding
#angularjsPH
END

More Related Content

PPTX
Intro to angular
PDF
The A1 by Christian John Felix
PDF
AngularJS - introduction & how it works?
PDF
An introduction to AngularJS
PPTX
AngularJS Scopes
PDF
Progressive Web Apps by Millicent Convento
PPTX
Angular Universal
PPTX
Angularjs overview
Intro to angular
The A1 by Christian John Felix
AngularJS - introduction & how it works?
An introduction to AngularJS
AngularJS Scopes
Progressive Web Apps by Millicent Convento
Angular Universal
Angularjs overview

What's hot (20)

PPTX
Introduction to ASP.NET MVC
PPTX
Single page applications with AngularJS
PPTX
Angular js
PPTX
PPTX
ASP .NET MVC
PPTX
ASP .NET MVC Introduction & Guidelines
PPTX
#speakgeek - Angular JS
PDF
Pros of angular js
PPTX
Event sourcing your React-Flux applications
PDF
Docker - Contain that Wild Application by Marvin Arcilla
PPTX
Dallas meetup
PPTX
Angular JS For Your Business
PPT
Asp.net mvc
PPT
ASP.NET AJAX with Visual Studio 2008
PPT
Comparative analysis of java script framework
PPTX
Angular
PPTX
Maurice de Beijer
PPTX
Automated Acceptance Testing Example
PPTX
MVVM In Use
PDF
Front end development company
Introduction to ASP.NET MVC
Single page applications with AngularJS
Angular js
ASP .NET MVC
ASP .NET MVC Introduction & Guidelines
#speakgeek - Angular JS
Pros of angular js
Event sourcing your React-Flux applications
Docker - Contain that Wild Application by Marvin Arcilla
Dallas meetup
Angular JS For Your Business
Asp.net mvc
ASP.NET AJAX with Visual Studio 2008
Comparative analysis of java script framework
Angular
Maurice de Beijer
Automated Acceptance Testing Example
MVVM In Use
Front end development company
Ad

Viewers also liked (20)

PPTX
Introduction to angular 2
PDF
The Minimum Loveable Product
PDF
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
PDF
The Seven Deadly Social Media Sins
PDF
Five Killer Ways to Design The Same Slide
PPTX
How People Really Hold and Touch (their Phones)
PDF
Upworthy: 10 Ways To Win The Internets
PDF
What 33 Successful Entrepreneurs Learned From Failure
PDF
Design Your Career 2018
PPTX
Why Content Marketing Fails
PDF
The History of SEO
PDF
How To (Really) Get Into Marketing
PDF
The What If Technique presented by Motivate Design
PDF
Displaying Data
PPTX
10 Powerful Body Language Tips for your next Presentation
PDF
Crap. The Content Marketing Deluge.
PDF
What Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
PDF
Digital Strategy 101
PDF
How Google Works
PDF
The Search for Meaning in B2B Marketing
Introduction to angular 2
The Minimum Loveable Product
How I got 2.5 Million views on Slideshare (by @nickdemey - Board of Innovation)
The Seven Deadly Social Media Sins
Five Killer Ways to Design The Same Slide
How People Really Hold and Touch (their Phones)
Upworthy: 10 Ways To Win The Internets
What 33 Successful Entrepreneurs Learned From Failure
Design Your Career 2018
Why Content Marketing Fails
The History of SEO
How To (Really) Get Into Marketing
The What If Technique presented by Motivate Design
Displaying Data
10 Powerful Body Language Tips for your next Presentation
Crap. The Content Marketing Deluge.
What Would Steve Do? 10 Lessons from the World's Most Captivating Presenters
Digital Strategy 101
How Google Works
The Search for Meaning in B2B Marketing
Ad

Similar to The A1 "AngularJS 1 Kick Start" (20)

PDF
AngularJs
PDF
Angularjs 131211063348-phpapp01
PDF
Angular js
PPTX
Angular js slides
PDF
PPTX
Dive into Angular, part 1: Introduction
PPTX
Angularjs basic part01
PPTX
Angular js
PPTX
AngularJS is awesome
PPTX
Kalp Corporate Angular Js Tutorials
PPTX
The AngularJS way
PPTX
Angular Js
PPTX
ME vs WEB - AngularJS Fundamentals
PPT
Introduction to AngularJS
PPTX
AngularJS Introduction (Talk given on Aug 5 2013)
DOCX
angularjs_tutorial.docx
PPTX
Intro to AngularJs
PPTX
Front end development with Angular JS
AngularJs
Angularjs 131211063348-phpapp01
Angular js
Angular js slides
Dive into Angular, part 1: Introduction
Angularjs basic part01
Angular js
AngularJS is awesome
Kalp Corporate Angular Js Tutorials
The AngularJS way
Angular Js
ME vs WEB - AngularJS Fundamentals
Introduction to AngularJS
AngularJS Introduction (Talk given on Aug 5 2013)
angularjs_tutorial.docx
Intro to AngularJs
Front end development with Angular JS

Recently uploaded (20)

PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
RMMM.pdf make it easy to upload and study
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Pre independence Education in Inndia.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Lesson notes of climatology university.
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
01-Introduction-to-Information-Management.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Microbial disease of the cardiovascular and lymphatic systems
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
Renaissance Architecture: A Journey from Faith to Humanism
RMMM.pdf make it easy to upload and study
Microbial diseases, their pathogenesis and prophylaxis
O5-L3 Freight Transport Ops (International) V1.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Pre independence Education in Inndia.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Lesson notes of climatology university.
STATICS OF THE RIGID BODIES Hibbelers.pdf
Pharma ospi slides which help in ospi learning
01-Introduction-to-Information-Management.pdf
Basic Mud Logging Guide for educational purpose
VCE English Exam - Section C Student Revision Booklet
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPH.pptx obstetrics and gynecology in nursing
Abdominal Access Techniques with Prof. Dr. R K Mishra
Microbial disease of the cardiovascular and lymphatic systems

The A1 "AngularJS 1 Kick Start"