Angular & TypeScript: Writing Safer Code with strictNullChecks
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.
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.
A developer shares lessons from building an interactive MIDI controller app with Angular, covering device connection and signal capture using the Web MIDI API and Observables.
Presentation slides and code samples from an ng-conf 2017 talk on integrating a MIDI controller with an Angular application.
Introducing ngrev, a reverse engineering tool for Angular that visualizes project structure to help developers understand and optimize large codebases.
A tutorial on implementing a reusable custom loader/spinner as a service in an Angular 2 application using BehaviorSubject.
Fixes for the TS5023 compiler error in Angular2 projects using Visual Studio 2015, caused by unknown 'typeRoots' and 'types' options.
A guide to using a NuGet package for integrating Angular 2 into ASP.NET MVC and WebAPI applications, including setup and configuration.
A tutorial on creating a custom Angular pipe to sort datetime columns in an *ngFor directive, handling both ascending and descending order.
A tutorial on creating a custom search filter pipe for the *ngFor directive in Angular 2 to replace Angular 1.x filters.
Applying the Page Object Pattern to JavaScript component testing for frameworks like Angular and React to create cleaner, more maintainable tests.
A tutorial on writing basic unit tests for Angular components using the Angular Testing Utilities and TestBed.
A developer shares 10 reasons for switching from Angular to React, focusing on React's benefits as a view library.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
A guide on publishing Angular libraries to npm, covering platform independence, bundling, and AOT compilation.
A case study on using Angular for a production educational app, covering tech stack decisions, TypeScript benefits, and lessons learned.
A tutorial on implementing JWT-based authentication in an Angular application, covering login, registration, and route protection.
Explores patterns for building interoperable Custom Elements that work across frameworks like React and Angular, focusing on properties as the source of truth.
Explains how to manage related data models in Angular 2 with ngrx using Observable.combineLatest for computed state.
A guide to fixing common timeout errors when using Protractor for end-to-end testing with Angular 2 applications.
A developer builds a real-time metrics dashboard using SignalR for server-client communication and Angular 2 for the frontend interface.