Showing results for JavaScript - Developer Support

Feb 4, 2021
Post comments count1
Post likes count0

Calling an API in Power Apps Portals using JavaScript

Developer Support
Developer Support

The Microsoft Power Apps Platform allow you to build powerful and stylish applications quickly, all from within the browser. By integrating your business systems and APIs, you can expose functionality to users quickly, secure it with your favorite Identity Provider, and have something to show off at the next family reunion.

Power AppsJavaScriptBryan Soltis
May 15, 2020
Post comments count0
Post likes count0

Resolved JavaScript Promises Can Be Used Multiple Times!

Developer Support
Developer Support

JavaScript Promises are powerful, and they become more powerful once we understand that a "resolved" Promise can be used more than once!

PremierJavaScriptasync
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 27, 2018
Post comments count0
Post likes count0

Unit Testing Your JavaScript Code

Developer Support
Developer Support

In a recent post from his blog, Premier Developer Consultant Jim Blizzard discusses how to set up Visual Studio 2017 to run JavaScript-based unit tests.This week, I demonstrated to a client how they could write unit tests in JavaScript to test their JavaScript code by leveraging Karma, Jasmine, and Chutzpah. The unit tests show up in Test Explorer ...

Visual StudioTestingJavaScript
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