ng-conf 2017: Mischief Maker
Presentation slides and code samples from an ng-conf 2017 talk on integrating a MIDI controller with an Angular application.
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.
A guide to the ASP.NET Core + Angular 2 starter template for Visual Studio, covering features like server-side prerendering and hot module replacement.
Explains how Angular2's HTTP service uses RxJS Observables, contrasting it with AngularJS 1's promise-based approach.