Configure Angular4 with TypeScript on a WebApplication with VS 2017
A tutorial on setting up Angular 4 and TypeScript within an ASP.NET MVC application using Visual Studio 2017.
A tutorial on setting up Angular 4 and TypeScript within an ASP.NET MVC application using Visual Studio 2017.
A tutorial on configuring Angular 4 routing within an ASP.NET MVC application using Visual Studio 2017 and TypeScript.
A developer's journey to fix TypeScript's error on trailing commas in generic type parameter lists, detailing the debugging process.
Learn tricks for using Redux and Immutable.js with TypeScript, including statically typed records for better type safety and developer experience.
A developer shares their 2018 resolutions focused on open-source contributions, blogging, learning, and using tools like VS Code and TypeScript.
A guide to writing Webpack configuration files in TypeScript to improve maintainability and avoid legacy syntax.
A detailed guide to the author's personal Visual Studio Code setup, including essential extensions, themes, and tools for web development.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
An introduction to Ionic, an open-source SDK for building hybrid mobile apps using web technologies like HTML, CSS, and JavaScript.
A developer shares reasons to consider using TypeScript, focusing on type safety, refactoring, and editor support.
Learn how to create a custom Angular Date Pipe to format dates consistently across your application, using the dd/MM/yyyy format.
Learn how to trigger validation on submit and disable the button for invalid forms in Angular Reactive Forms.
Tips for avoiding duplicate RxJS operator imports in Angular projects, covering changes from Angular v5/v6 and pipeable operators.
Explains the correct methods to import RxJS operators in Angular & TypeScript projects, covering polyfill imports and tree shaking.
A technical guide on hacking TypeScript's async/await transpilation to work with jQuery 2's non-A+ compliant Promises during an upgrade process.
How to access local variables and functions inside Underscore.js _.each loops when using TypeScript with AngularJS.
Fixing a TypeScript error in AngularJS when initializing a RegExp object incorrectly, with two valid solutions.
Explains how to use TypeScript's strictNullChecks compiler option in Angular 4.1.1 to write safer, more robust code by preventing null/undefined assignment errors.
An article exploring TypeScript as a pragmatic tool for JavaScript development, comparing it to 'training wheels' for building reliable, large-scale applications.
Fixes for the TS5023 compiler error in Angular2 projects using Visual Studio 2015, caused by unknown 'typeRoots' and 'types' options.