SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 358 – 360
_______________________________________________________________________________________________
358
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
An Implementation Tour to AngularJS
Preeti Yadav#
#Extension Lecturer in Govt College Gurgoan (Haryana)
Priti16rao@gmail.com
Bhupender Singh#
#District Manager in HSWAN Project at Narnaul (Haryana)
bhupender.311@gmail.com
Abstract:- Angular Java Script Framework extends the HTML attribute.It easily binds the data to HTML with expression only for adding the
Script tag in HTML coding. Angular Java Script Framework is mostly used for making the dynamic web page as well as also increase the web
performance. The paper totally revolves around how to create client side applications.
Keywords:- JS, MVC,DOM,HTML
__________________________________________________*****_________________________________________________
I. INTRODUCTION:
Angularjs is a javascript Framework . Its angular library
written in javascript. Angularjs extends HTML with NG-
directives.
An angularjs application is defined by the NG-model
directive and NG-bind directive binds application data to the
HTML view.
REASONS BEHINDS TO USE OF ANGULARJS
DATA BINDING - AngularJS provides a powerful data
binding mechanism to bind data to HTML elements byusing
scope.
CUSTOMIZE & EXTENSIBLE - AngularJS is customized and
extensible as per you requirement. You can createyour own
custom components like directives, services etc.
CODE REUSABILITY - AngularJS allows you to write code
which can be reused. For example custom directive which
you can reuse.
SUPPORT – AngularJS is mature community to help you. It
has widely support over the internet. Also,AngularJS is
supported by Google which gives it an advantage.
COMPATIBILITY - AngularJS is based on JavaScript which
makes it easier to integrate with any other JavaScript library
and runnable on browsers like IE, Opera, FF, Safari,
Chrome etc.
TESTING - AngularJS is designed to be testable so that you
can test your AngularJS app components easyas possible. It
has dependency injection at its core, which makes it easy to
test.
KEY FEATURES:
 Two Way Data Binding
 MVC design pattern
 Filters
 Templates
 Dependency Injection
 Directives
 Unit Testing
 Deep Linking
 Context Aware Communication
 DOM manipulation
 Controller
1) SCOPE is a JavaScript object that refers to the application
model. It acts as a context for evaluating angular
expressions. Basically, it acts as glue between controller and
view.
2) MODULE:- the module is a storage area for the different
parts of an application and its controller, that always belong
to a module. It is created with the syntax of angularJS
function angular Module.
3) CONTROLLER:- it controls the angular JS application . A
controller is a JavaScript object and created by Java Script
Constructor.
4)DIRECTIVES- AngularJS directives are a combination of
AngularJS template markups (HTML attributes or elements,
orCSS classes) and supporting JavaScript code. The
JavaScript directive code defines the template data and
behaviors of the HTML elements.. There are some built-in
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 358 – 360
_______________________________________________________________________________________________
359
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
directives provided by AngularJS like as ng-app, ng-
controller, ng-repeat, ng-model etc.
5) FILTERS:- Filters are used to format data before displaying it
to the user. They can be used in view templates, controllers,
services and directives. There are some built-in filters
provided by AngularJS like as Currency, Date, Number,
Order By, Lowercase, Uppercase etc. You can also create
your own filters.
6)DI: Dependency Injection (DI) is a software design pattern
that deals with how components get hold of their
dependencies. AngularJS comes with a built-in dependency
injection mechanism. You can divide your AngularJSapp
into multiple different types of components which
AngularJS can inject into each other.
II. WORKING ARCHITECTURE OF ANGULARJS :-
Angular initializes automatically upon DOM Content
Loaded event or when the angular.js script is downloaded to
the browser and the document. ready State is set to
complete. At this point AngularJS looks for theng-app
directive which is the root of angular app compilation and
tells about AngularJS part within DOM. When the ng-app
directive is found then Angular will:
1. Load the module associated with the directive.
2. Create the application injector.
3. Compile the DOM starting from the ng-app root
element.
III. IMPLEMENTATION
For implementation the concept of angularJS framework ,
we take an employ management system. This application is
created using yoman & uses npm & bower modules with
grunt ad build tool.
This application code is shared on github repository. To
clone & download the code please refer to below github link
Linkhttps://github.com/priti16rao/EmpMgtSystem.git
Getting Started:
1) Run grunt build & grunt serve command to build
& serve the application.
I am attaching some snapshots of application.
i) Home Page
ii)Add a new Employee
ii) Sort and Search
iii) Multiple Views
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 7 358 – 360
_______________________________________________________________________________________________
360
IJRITCC | July 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
IV. CONCLUSION
In this paper , we examine the Employ Details and
check the effectiveness of given Automated details by
creating the Employ Details on angularjs.
REFERENCES
[1] http://www.w3 schools.com/angular
[2] http://research .google.com
[3] AngularJS:A modern MVC Framework In JavaScript by
nilesh jain in Journal of Global Research In Computer
Science, Volume 5, No.12, december 2014.
[4] http://Github.com/angular5)https://www.tutorialspoint.co
m/angularjs

More Related Content

Similar to An Implementation Tour to AngularJS

Similar to An Implementation Tour to AngularJS (20)

angularjs_tutorial.docx
angularjs_tutorial.docxangularjs_tutorial.docx
angularjs_tutorial.docx
 
Kalp Corporate Angular Js Tutorials
Kalp Corporate Angular Js TutorialsKalp Corporate Angular Js Tutorials
Kalp Corporate Angular Js Tutorials
 
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptxangularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
 
Angular js interview question answer for fresher
Angular js interview question answer for fresherAngular js interview question answer for fresher
Angular js interview question answer for fresher
 
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptxangularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
 
Intoduction to Angularjs
Intoduction to AngularjsIntoduction to Angularjs
Intoduction to Angularjs
 
Angular interview questions
Angular interview questionsAngular interview questions
Angular interview questions
 
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptxangularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pptx
 
Angular2 with type script
Angular2 with type scriptAngular2 with type script
Angular2 with type script
 
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdf
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdfangularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdf
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdf
 
angularjs-vs-angular-the-key-differences-between-javascript-and-typescript
angularjs-vs-angular-the-key-differences-between-javascript-and-typescriptangularjs-vs-angular-the-key-differences-between-javascript-and-typescript
angularjs-vs-angular-the-key-differences-between-javascript-and-typescript
 
Ajs ppt
Ajs pptAjs ppt
Ajs ppt
 
Reason to choose Angular JS for your Web Application
Reason to choose Angular JS for your Web ApplicationReason to choose Angular JS for your Web Application
Reason to choose Angular JS for your Web Application
 
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdf
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdfangularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdf
angularjs_vs_angular_the_key_differences_between_javascript_and_typescript.pdf
 
ANGULAR JS LAB MANUAL(final) vtu2021 sch
ANGULAR JS LAB MANUAL(final) vtu2021 schANGULAR JS LAB MANUAL(final) vtu2021 sch
ANGULAR JS LAB MANUAL(final) vtu2021 sch
 
AngularJS Training Course in Delhi
AngularJS Training Course in DelhiAngularJS Training Course in Delhi
AngularJS Training Course in Delhi
 
One Weekend With AngularJS
One Weekend With AngularJSOne Weekend With AngularJS
One Weekend With AngularJS
 
Comparing AngularJS and ReactJS_ Finding the Best Framework for your Next Pro...
Comparing AngularJS and ReactJS_ Finding the Best Framework for your Next Pro...Comparing AngularJS and ReactJS_ Finding the Best Framework for your Next Pro...
Comparing AngularJS and ReactJS_ Finding the Best Framework for your Next Pro...
 
Angular.ppt
Angular.pptAngular.ppt
Angular.ppt
 
Angular js getting started
Angular js getting startedAngular js getting started
Angular js getting started
 

More from rahulmonikasharma

Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
rahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
MaherOthman7
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
BalamuruganV28
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
drjose256
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
benjamincojr
 

Recently uploaded (20)

Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
Geometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdfGeometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdf
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
 
Lab Manual Arduino UNO Microcontrollar.docx
Lab Manual Arduino UNO Microcontrollar.docxLab Manual Arduino UNO Microcontrollar.docx
Lab Manual Arduino UNO Microcontrollar.docx
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Piping and instrumentation diagram p.pdf
Piping and instrumentation diagram p.pdfPiping and instrumentation diagram p.pdf
Piping and instrumentation diagram p.pdf
 
The Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptxThe Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptx
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligence
 
What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, Functions
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
 
Low Altitude Air Defense (LAAD) Gunner’s Handbook
Low Altitude Air Defense (LAAD) Gunner’s HandbookLow Altitude Air Defense (LAAD) Gunner’s Handbook
Low Altitude Air Defense (LAAD) Gunner’s Handbook
 

An Implementation Tour to AngularJS

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 358 – 360 _______________________________________________________________________________________________ 358 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ An Implementation Tour to AngularJS Preeti Yadav# #Extension Lecturer in Govt College Gurgoan (Haryana) Priti16rao@gmail.com Bhupender Singh# #District Manager in HSWAN Project at Narnaul (Haryana) bhupender.311@gmail.com Abstract:- Angular Java Script Framework extends the HTML attribute.It easily binds the data to HTML with expression only for adding the Script tag in HTML coding. Angular Java Script Framework is mostly used for making the dynamic web page as well as also increase the web performance. The paper totally revolves around how to create client side applications. Keywords:- JS, MVC,DOM,HTML __________________________________________________*****_________________________________________________ I. INTRODUCTION: Angularjs is a javascript Framework . Its angular library written in javascript. Angularjs extends HTML with NG- directives. An angularjs application is defined by the NG-model directive and NG-bind directive binds application data to the HTML view. REASONS BEHINDS TO USE OF ANGULARJS DATA BINDING - AngularJS provides a powerful data binding mechanism to bind data to HTML elements byusing scope. CUSTOMIZE & EXTENSIBLE - AngularJS is customized and extensible as per you requirement. You can createyour own custom components like directives, services etc. CODE REUSABILITY - AngularJS allows you to write code which can be reused. For example custom directive which you can reuse. SUPPORT – AngularJS is mature community to help you. It has widely support over the internet. Also,AngularJS is supported by Google which gives it an advantage. COMPATIBILITY - AngularJS is based on JavaScript which makes it easier to integrate with any other JavaScript library and runnable on browsers like IE, Opera, FF, Safari, Chrome etc. TESTING - AngularJS is designed to be testable so that you can test your AngularJS app components easyas possible. It has dependency injection at its core, which makes it easy to test. KEY FEATURES:  Two Way Data Binding  MVC design pattern  Filters  Templates  Dependency Injection  Directives  Unit Testing  Deep Linking  Context Aware Communication  DOM manipulation  Controller 1) SCOPE is a JavaScript object that refers to the application model. It acts as a context for evaluating angular expressions. Basically, it acts as glue between controller and view. 2) MODULE:- the module is a storage area for the different parts of an application and its controller, that always belong to a module. It is created with the syntax of angularJS function angular Module. 3) CONTROLLER:- it controls the angular JS application . A controller is a JavaScript object and created by Java Script Constructor. 4)DIRECTIVES- AngularJS directives are a combination of AngularJS template markups (HTML attributes or elements, orCSS classes) and supporting JavaScript code. The JavaScript directive code defines the template data and behaviors of the HTML elements.. There are some built-in
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 358 – 360 _______________________________________________________________________________________________ 359 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ directives provided by AngularJS like as ng-app, ng- controller, ng-repeat, ng-model etc. 5) FILTERS:- Filters are used to format data before displaying it to the user. They can be used in view templates, controllers, services and directives. There are some built-in filters provided by AngularJS like as Currency, Date, Number, Order By, Lowercase, Uppercase etc. You can also create your own filters. 6)DI: Dependency Injection (DI) is a software design pattern that deals with how components get hold of their dependencies. AngularJS comes with a built-in dependency injection mechanism. You can divide your AngularJSapp into multiple different types of components which AngularJS can inject into each other. II. WORKING ARCHITECTURE OF ANGULARJS :- Angular initializes automatically upon DOM Content Loaded event or when the angular.js script is downloaded to the browser and the document. ready State is set to complete. At this point AngularJS looks for theng-app directive which is the root of angular app compilation and tells about AngularJS part within DOM. When the ng-app directive is found then Angular will: 1. Load the module associated with the directive. 2. Create the application injector. 3. Compile the DOM starting from the ng-app root element. III. IMPLEMENTATION For implementation the concept of angularJS framework , we take an employ management system. This application is created using yoman & uses npm & bower modules with grunt ad build tool. This application code is shared on github repository. To clone & download the code please refer to below github link Linkhttps://github.com/priti16rao/EmpMgtSystem.git Getting Started: 1) Run grunt build & grunt serve command to build & serve the application. I am attaching some snapshots of application. i) Home Page ii)Add a new Employee ii) Sort and Search iii) Multiple Views
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 7 358 – 360 _______________________________________________________________________________________________ 360 IJRITCC | July 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ IV. CONCLUSION In this paper , we examine the Employ Details and check the effectiveness of given Automated details by creating the Employ Details on angularjs. REFERENCES [1] http://www.w3 schools.com/angular [2] http://research .google.com [3] AngularJS:A modern MVC Framework In JavaScript by nilesh jain in Journal of Global Research In Computer Science, Volume 5, No.12, december 2014. [4] http://Github.com/angular5)https://www.tutorialspoint.co m/angularjs