Showing results for Angular - Developer Support

Apr 17, 2020
Post comments count0
Post likes count0

Como fazer: Arquivos de Configuração Editáveis

Developer Support
Developer Support

Esse Post vai explicar em alguns passos e exemplos como usar um arquivos JSON de configuração que pode ser customizado para múltiplos ambientes.

TeamAngularREGION_LATAM
Mar 29, 2020
Post comments count4
Post likes count0

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
Post comments count1
Post likes count0

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
Post comments count0
Post likes count0

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

TeamAngular.NET Core
Apr 17, 2019
Post comments count0
Post likes count0

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
Nov 12, 2018
Post comments count0
Post likes count0

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

TeamAngular
Oct 24, 2018
Post comments count7
Post likes count0

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
Post comments count3
Post likes count0

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
Post comments count15
Post likes count1

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
Post comments count3
Post likes count0

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