Showing results for Angular - Developer Support

Dec 5, 2017
3
0

Getting Started with Node.js, Angular, and Visual Studio Code

Pam Lahoud
Pam Lahoud

This step-by-step guide on getting started with Node.js and Angular comes to us from Premier Developer consultant Crystal Tenn. Here is a simple step by step guide to getting your Angular application setup with Visual Studio Code and Node. This guide will simply help you know what to install, the commands to run in PowerShell, and some basic...

AngularCrystal TennVisual Studio Code
Oct 31, 2017
0
0

Deploying Your Angular Application To Azure Using Visual Studio Team Services (VSTS)

Pam Lahoud
Pam Lahoud

This tutorial on using VSTS to deploy your Angular application to Azure comes to us from Premier Developer consultant Wael Kdouh. Introduction It is no secret by now that the Angular CLI is the preferred method to develop an Angular application due to its simplicity and power at the same time. One of the main advantages of using Angular CLI...

AzureVSTSAngular
Oct 8, 2017
0
0

Using ADAL with Angular2–Part 2

Developer Support
Developer Support

In this post,  Senior Application Development Manager, Vishal Saroopchand who follows up his first post to demonstrate how to pass and revalidate the JWT token. In my last blog posting, I explained how to use Adaj.js with Angular2 and demonstrated how to retrieve the JWT token from AAD. I also stated you can supply the JWT to your back end W...

TeamAngularADAL
Jun 14, 2017
3
0

Tips for Running an Angular app in IIS

Developer Support
Developer Support

Laurie Atkinson, Premier Developer Senior Consultant, A few tweaks are necessary to take an Angular app and move it to IIS. Here is a list of changes required to get everything running smoothly. Using the Angular-CLI to generate an Angular SPA is an excellent way to scaffold out a well-organized application. This tool also includes a product...

AngularLaurie AtkinsonJavaScript
May 17, 2017
0
0

Integrating Angular 4 Unit Tests with Visual Studio Team Services (VSTS)

Pam Lahoud
Pam Lahoud

Premier Developer consultant Wael Kdouh brings us this post on integrating Angular 4 unit tests into VSTS. One of the nice features of Angular 4 (and Angular 2 before it) is the introduction of the Angular CLI (command line interface). I like to think of it as a style guide coming straight from the Angular team. But more importantly, it take...

VSTSAngularTesting
May 11, 2017
4
0

Add Application Insights to an Angular SPA

Developer Support
Developer Support

Laurie Atkinson, Senior Premier Developer Consultant, outlines the steps and pieces you need to add logging and telemetry to an Angular SPA using Application Insights. *There was an updated follow-up to this article on 3/29/20--  Be sure and see Angular How-to: Add Application Insights to an Angular SPA. Application Insights is an Azure s...

AngularApplication InsightsLaurie Atkinson
Apr 27, 2017
0
0

My highly opinionated guide to setting up the best environment for Angular development

Developer Support
Developer Support

This post from Senior Premier Developer Consultant Laurie Atkinson gives you a step-by-step guide to getting started with Angular development. Follow these steps to get up and running with an Angular application including source control, editor tooling, and essential commands. Step 1 – Use Visual Studio Team Services (VSTS) for Source Contr...

AngularLaurie Atkinson