Skip to content

olaekdahl/angular-demos

Repository files navigation

angular-demos

Angular 5 Lab Fixes

  • Lab 17: Add (window as any).global = window to polyfill.ts on line 64 to get socket.io to work.
  • Lab 16: Change import 'rxjs/add/operator/catch'; to import { catchError } from 'rxjs/operators';
  • Lab 21: import { of } from 'rxjs'; and of(1+2);