SlideShare a Scribd company logo
1 of 28
Download to read offline
Table
of
Content
Setup Visual Studio
Choosing kind of app
Projects
Testing
Build
Conclusion
AngularJS architecture
Setup Visual Studio
Setup Visual Studio
General plugins
Web
Essentials
Productivity
Power Tools CssCop
Mexedge
Stylesheet MultiEditing
Task
Runner
Explorer
Package
Intellisense Snippetizer
Visual
Studio
Spell
Checker
File
Nesting
Setup Visual Studio
Templates
AngularJS
SPA
Template
ASP.NET
Boilerplate SideWaffle HotTowel AngularStart
ng.Net
Template
Setup Visual Studio
Intellisense
Setup Visual Studio
Intellisense
Web
Essentials
2013
Setup Visual Studio
Intellisense
Resharper
Setup Visual Studio
Intellisense
Custom
Setup Visual Studio
Intellisense
Visual
Studio
Choosing kind of app
Choosing kind of app
Using
AngularJS
inside an
MVC layout
or a Web
Form
AngularJS and
WebAPI
AngularJS and
externals
RESTful
endpoints
External
Projects
Projects
Shared Projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
...
<ProjectExtensions>
...
</ProjectExtensions>
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<Target Name="CopyJsFiles"
Inputs="@(Content)"
Outputs="%(Content.Link)"
BeforeTargets="Build">
<PropertyGroup>
<OriginalLink>%(Content.Link)</OriginalLink>
</PropertyGroup>
<Copy SourceFiles="%(Content.Identity)"
DestinationFiles="$(OriginalLink)"
SkipUnchangedFiles="true"
OverwriteReadOnlyFiles="true"
Condition="'%(Content.Link)' != ''" />
</Target>
</Project>
AngularJS arquitecture
AngularJS arquitecture
Monolithic files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-css
animations.css
app.css
bootstrap.css
...
-img
favicon.ico
header.png
profile.png
-js
animations.js
app.js
controllers.js
directives.js
filters.js
services.js
-lib
angular.js
jquery.js
_underscore.js
-partials
user-profile.html
group-profile.html
index.html
AngularJS arquitecture
Monolithic folders
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-fonts
glyphicons-halflings-regular.eot
-css
animations.css
app.css
-img
favicon.ico
header.png
-scripts
-controllers
home.js
-directives
contact.js
-filters
dataUnique.js
-services
contacts.js
-lib
angular.js
_underscore.js
-views
home.html
index.html
AngularJS arquitecture
Organize by feature
-assets
-fonts
glyphicons-halflings-regular.eot
-styles
app.less
-images
profile.png
-core
-admin
admin.html
adminController.js
adminService.js
-authentication
-directives
hasPermissionDirective.js
-services
authenticationService.js
permissionService.js
-shared
-services
apiFactory.js
-directives
imgSrcDirective.js
cloneDirective.js
-lib
angular.js
_underscore.js
index.html
AngularJS arquitecture
Organize by module
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-assets
...
-core
-admin
admin.html
adminController.js
adminService.js
app.js
-authentication
-directives
hasPermissionDirective.js
canShowDirective.js
-services
authenticationService.js
app.js
-shared
-services
apiFactory.js
httpInterceptor.js
proxyService.js
-directives
imgSrcDirective.js
app.js
-lib
angular.js
_underscore.js
index.html
Testing
Testing
Testing
Karma
Chutzpah
Resharper
TeamCity
Testing
Karma
VS Adapter for
Googleโ€™s
Karma Test
Runner
KarmaVs
Testing
Chutzpah
Testing
Resharper
Testing
TeamCity
Jasmine
SpecRunner
PhantomJS
Build
Build
Grunt or Gulp
Grunt
Launcher
TRX โ€“ Task
Runner
Explorer
Thanks
iranreyes.com
@iranfleitas
Iran Reyes Fleitas
More information in:

More Related Content

What's hot

Animation And Testing In AngularJS
Animation And Testing In AngularJSAnimation And Testing In AngularJS
Animation And Testing In AngularJS
Edureka!
ย 

What's hot (20)

Angular 6 Form Validation with Material
Angular 6 Form Validation with MaterialAngular 6 Form Validation with Material
Angular 6 Form Validation with Material
ย 
AngularJS
AngularJSAngularJS
AngularJS
ย 
Introduction to Angular js 2.0
Introduction to Angular js 2.0Introduction to Angular js 2.0
Introduction to Angular js 2.0
ย 
Animation And Testing In AngularJS
Animation And Testing In AngularJSAnimation And Testing In AngularJS
Animation And Testing In AngularJS
ย 
Angular workshop
Angular workshopAngular workshop
Angular workshop
ย 
Angular js
Angular jsAngular js
Angular js
ย 
Introduction to AngularJS Framework
Introduction to AngularJS FrameworkIntroduction to AngularJS Framework
Introduction to AngularJS Framework
ย 
AngularJS
AngularJSAngularJS
AngularJS
ย 
Maurice de Beijer
Maurice de BeijerMaurice de Beijer
Maurice de Beijer
ย 
A gently introduction to AngularJS
A gently introduction to AngularJSA gently introduction to AngularJS
A gently introduction to AngularJS
ย 
Introduction to angular 4
Introduction to angular 4Introduction to angular 4
Introduction to angular 4
ย 
Angular 4 Introduction Tutorial
Angular 4 Introduction TutorialAngular 4 Introduction Tutorial
Angular 4 Introduction Tutorial
ย 
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
Dicoding Developer Coaching #21: Android | Cara Membuat Widget di Aplikasi An...
ย 
Angular App Presentation
Angular App PresentationAngular App Presentation
Angular App Presentation
ย 
Combining Angular and React Together
Combining Angular and React TogetherCombining Angular and React Together
Combining Angular and React Together
ย 
Quick start with AngularJS
Quick start with AngularJSQuick start with AngularJS
Quick start with AngularJS
ย 
Angular js
Angular jsAngular js
Angular js
ย 
AngularJS Project Setup step-by- step guide - RapidValue Solutions
AngularJS Project Setup step-by- step guide - RapidValue SolutionsAngularJS Project Setup step-by- step guide - RapidValue Solutions
AngularJS Project Setup step-by- step guide - RapidValue Solutions
ย 
Angular vs. AngularJS: A Complete Comparison Guide
Angular vs. AngularJS: A Complete Comparison GuideAngular vs. AngularJS: A Complete Comparison Guide
Angular vs. AngularJS: A Complete Comparison Guide
ย 
The Basics Angular JS
The Basics Angular JS The Basics Angular JS
The Basics Angular JS
ย 

Similar to Starting an AngularJS Project with Visual Studio

SoCal Code Camp 2011 - ASP.NET MVC 4
SoCal Code Camp 2011 - ASP.NET MVC 4SoCal Code Camp 2011 - ASP.NET MVC 4
SoCal Code Camp 2011 - ASP.NET MVC 4
Jon Galloway
ย 
125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ
125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ
125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ
NAVER D2
ย 
Advanced Debugging with Visual Studio 2013 Preview
Advanced Debugging with Visual Studio 2013 PreviewAdvanced Debugging with Visual Studio 2013 Preview
Advanced Debugging with Visual Studio 2013 Preview
Danijel Malik
ย 
Reach End Users With Next Generation Web Applications
Reach End Users With Next Generation Web ApplicationsReach End Users With Next Generation Web Applications
Reach End Users With Next Generation Web Applications
Jeff Blankenburg
ย 

Similar to Starting an AngularJS Project with Visual Studio (20)

AngularJS By Vipin
AngularJS By VipinAngularJS By Vipin
AngularJS By Vipin
ย 
SoCal Code Camp 2011 - ASP.NET MVC 4
SoCal Code Camp 2011 - ASP.NET MVC 4SoCal Code Camp 2011 - ASP.NET MVC 4
SoCal Code Camp 2011 - ASP.NET MVC 4
ย 
Knockout mvvm-m1-slides
Knockout mvvm-m1-slidesKnockout mvvm-m1-slides
Knockout mvvm-m1-slides
ย 
Introduction to AngularJS
Introduction to AngularJSIntroduction to AngularJS
Introduction to AngularJS
ย 
Asp.net mvc 5 course module 1 overview
Asp.net mvc 5 course   module 1 overviewAsp.net mvc 5 course   module 1 overview
Asp.net mvc 5 course module 1 overview
ย 
125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ
125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ
125 แ„€แ…ฉแ„‰แ…ฅแ†ผแ„‚แ…ณแ†ผ web view-deview 2013 แ„‡แ…กแ†ฏแ„‘แ…ญ แ„Œแ…กแ„…แ…ญ_แ„€แ…ฉแ†ผแ„‹แ…ฒแ„‹แ…ญแ†ผ
ย 
ASP.NET MVC Presentation
ASP.NET MVC PresentationASP.NET MVC Presentation
ASP.NET MVC Presentation
ย 
Valentine with Angular js - Introduction
Valentine with Angular js - IntroductionValentine with Angular js - Introduction
Valentine with Angular js - Introduction
ย 
Improve your Web Development using Visual Studio 2010
Improve your Web Development using Visual Studio 2010Improve your Web Development using Visual Studio 2010
Improve your Web Development using Visual Studio 2010
ย 
Advanced Debugging with Visual Studio 2013 Preview
Advanced Debugging with Visual Studio 2013 PreviewAdvanced Debugging with Visual Studio 2013 Preview
Advanced Debugging with Visual Studio 2013 Preview
ย 
From Backbone to Ember and Back(bone) Again
From Backbone to Ember and Back(bone) AgainFrom Backbone to Ember and Back(bone) Again
From Backbone to Ember and Back(bone) Again
ย 
How to Webpack your Django!
How to Webpack your Django!How to Webpack your Django!
How to Webpack your Django!
ย 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
ย 
Maciej Treder "Server-side rendering with Angularโ€”be faster and more SEO, CDN...
Maciej Treder "Server-side rendering with Angularโ€”be faster and more SEO, CDN...Maciej Treder "Server-side rendering with Angularโ€”be faster and more SEO, CDN...
Maciej Treder "Server-side rendering with Angularโ€”be faster and more SEO, CDN...
ย 
What's new in Visual Studio 2013 & TFS 2013
What's new in Visual Studio 2013 & TFS 2013What's new in Visual Studio 2013 & TFS 2013
What's new in Visual Studio 2013 & TFS 2013
ย 
SharePoint Hosted Add-in with AngularJS and Bootstrap
SharePoint Hosted Add-in with AngularJS and BootstrapSharePoint Hosted Add-in with AngularJS and Bootstrap
SharePoint Hosted Add-in with AngularJS and Bootstrap
ย 
JSS build and deployment
JSS build and deploymentJSS build and deployment
JSS build and deployment
ย 
Reach End Users With Next Generation Web Applications
Reach End Users With Next Generation Web ApplicationsReach End Users With Next Generation Web Applications
Reach End Users With Next Generation Web Applications
ย 
Mt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlinesMt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlines
ย 
Vsts Msdn Presentation2003
Vsts Msdn Presentation2003Vsts Msdn Presentation2003
Vsts Msdn Presentation2003
ย 

Recently uploaded

Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
KreezheaRecto
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 

Recently uploaded (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 

Starting an AngularJS Project with Visual Studio