Wrapping a Tag – WebStorm IDE
Select text.
Ctrl+alt+j – surround with tag.
Source: Wrapping a Tag. Example of Applying Surround Live Templates – Help | PhpStorm
The Testing Introduction I Wish I Had
Robo 3T – formerly Robomongo — native MongoDB management tool (Admin UI)
Robo 3T Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. MongoDB GUI with embedded shell
Source: Robo 3T – formerly Robomongo — native MongoDB management tool (Admin UI)
Angular + Redux — The lesson we’ve learned for you
Gotchas from using Angular with Redux:
The Ultimate Guide to Asynchronous Programming in C# and ASP.NET – Exception Not Found
Helix Merge and Diff Tools (P4Merge) | Perforce
Free 3-way merge tool
Deploy an Angular Application to IIS – Angular In Depth
Getting your Angular Router application actually working in a non-root folder on Internet Information Services
The Angular Router is a fantastic module for Single Page Apps. However, to deploy it in a Production scenario you will typically need to do some configuration to make it work. This article details the steps necessary to deploy an Angular Router application anywhere on Internet Information Services (IIS).
Source: Deploy an Angular Application to IIS – Angular In Depth
Working with Angular Reactive Forms and Radio Button / Checkbox inputs
Some good links regarding setup, validation, detecting changes etc.
Creating forms and fetching values: Angular 2 Radio Button and Checkbox Example
Creating forms dynamically with FormBuilder: (e.g. from code/json data) https://angular.io/guide/reactive-forms#generating-form-controls-with-formbuilder
Listen to changes: https://alligator.io/angular/reactive-forms-valuechanges/
Official doc: https://angular.io/guide/reactive-forms#reactive-forms