Showing results for Angular - Developer Support

Mar 29, 2020
4
0

Angular How-to: Add Application Insights to an Angular SPA

Developer Support
Developer Support

Application Insights is an Azure service for monitoring web applications. It includes analytics tools to help you understand application usage and to diagnose issues with the goal of continuously improving performance and usability.

TeamAngularApplication Insights
Jul 22, 2019
1
0

Angular How-to: Page load times using Application Insights

Developer Support
Developer Support

Find out how to integrate Application Insights into your Angular SPA and track custom metrics such as Page Views and Load Time. You will also learn how instrument Angular apps with Application Insights with some best practice guidance.

TeamAngularApplication Insights
Apr 24, 2019
0
0

How To Update Visual Studio 2019 Asp.Net Core Angular Project

Developer Support
Developer Support

The updated Angular project template in Visual Studio 2019 (and 2017 before that) provides a convenient starting point for ASP.NET Core apps using Angular and the Angular CLI to implement a rich, client-side user interface (UI). The template is equivalent to creating an ASP.NET Core project to act as an API backend and an Angular CLI project to act as a UI.

TeamAngular.NET Core
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, there is a simpler option. Azure Functions is a compute service that enables you to run code on-demand without the hassle of building an entire application or managing any infrastructure.

TeamAngularAzure Functions
Nov 12, 2018
0
0

Angular How-to: Implement Feature Flags

Developer Support
Developer Support

In an agile development environment, there may be partially completed features or features with external dependencies that are not ready. Instead of relying on multiple code branches, instead you may opt for deploying code with a feature turned off. Later, that feature should be turned on via a configuration or database change. This post provides sample code that you can use to implement feature flags in your Angular app.

TeamAngular
Oct 24, 2018
7
0

Using ADAL.js with Angular4+

Developer Support
Developer Support

This is an update post to a previous article published in April 2017 explaining how to wrap ADAL.js with Angular2+. The previous article is no longer relevant given the changes to the Angular framework. This new post explains a reimplementation which uses the PathLocationStrategy and Angular features such as HttpInterceptor and InjectionToken.

TeamAngularADAL
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 ...

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 ...

AngularLaurie AtkinsonJavaScript