Showing results for Laurie Atkinson - Developer Support

Apr 17, 2019
0
0

Angular How-to: Hide Logic from Users by Moving it out of the Browser and into Azure Functions

Developer Support
Developer Support

A common question from developers building Single Page Applications is how to hide proprietary calculations or other logic from end users. The answer is always to move that logic out of the JavaScript running in the browser and onto a server, which leads to building and hosting an API service. However, in the new world of serverless computing, ther...

TeamAngularAzure Functions
Mar 7, 2018
3
0

Angular How-to: Implement Role-based security

Developer Support
Developer Support

Laurie Atkinson, Premier Developer Consultant, shows us how to customize the behavior of an Angular app based on the user’s permissions. This includes page navigation, hiding and disabling of UI elements, and generation of menus. Applications often include requirements to customize their appearance and behavior based on the user’s role or pe...

SecurityAngularDevelopment
Mar 1, 2018
15
1

Angular How-to: Editable Config Files

Developer Support
Developer Support

This post provides the steps and code samples for using a JSON configuration file, which can be customized for multiple environments.

TeamAngularLaurie Atkinson
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 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