Showing results for Angular - Developer Support

Apr 27, 2021
0
0

How to deploy Angular app to Azure App Service running Linux from GitHub

Developer Support Developer Support

This sample demonstrates how to deploy, from GitHub, an Angular single page application (SPA) to Azure App Service running Node.js on Linux. A continuous delivery/continuous integration pipeline will be also put in place with a GitHub Action.

AngularApp ServicesGitHub
Aug 25, 2020
0
0

Scaling User experiences with Micro frontends

Developer Support Developer Support

Users expect software to be approachable and familiar on any device they use. Modern user experiences are cross platform spanning the web, apps, and operating systems putting users in the center.

AngularMicroservicesArchitecture
Apr 16, 2020
0
0

Introdução ao Node.js

Developer Support Developer Support

Segue um simples passo-a-passo para guiá-lo e ensinar como configurar sua aplicação Angular com Visual Studio Code e Node. Esse guia irá ajudá-lo a identificar o que instalar, quais comandos executar em PowerShell e alguns conceitos básicos de por onde começar a construir seu app usando Visual Studio Code.

TeamAngularREGION_LATAM
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
Dec 20, 2018
0
0

Interacting With Push Notifications Under Angular 7 Applications

Developer Support Developer Support

Until recently Angular supported SwPush class which allowed PWA capable applications to subscribe and listen to push notifications from the Service Worker. Here is an example where I am subscribing to clicking on the notification card which will redirect the user to my blog. Also notice that you also have access to the action that triggered the click. So you can wire your code to react differently to different actions.

TeamAngularWael Kdouh

Feedback