Skip to content

Instantly share code, notes, and snippets.

View willSonic's full-sized avatar

Will Streeter willSonic

  • nocsonic
  • Oakland CA
View GitHub Profile
@willSonic
willSonic / audioArtistEffect.ts
Last active July 3, 2016 23:23
Pieces of my plunker http://plnkr.co/edit/RLKNdm?p=preview that I am using to help answer questions about notifying a web component of a state change
import 'rxjs/add/operator/catch';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/mapTo';
import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/mergeMap';
import 'rxjs/add/operator/switchMap';
import 'rxjs/add/operator/switchMapTo';
import 'rxjs/add/operator/toArray';
import 'rxjs/add/observable/of';