bradkovach / ng-mute-r-kelly

An Angular app to clean R. Kelly's music from your Spotify playlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove all `Promise` in favor of `Observable`

bradkovach opened this issue · comments

In an attempt to finish this project quickly, I used Promises in several key areas of the application. Although they work just fine, they defy Angular convention.

  • playlist-detail-component

    • ngOnInit: Lines 34-47
    • loadPlaylist: Lines 50-68
  • playlist-list-component.ts

    • ngOnInit: Lines 36-56
    • autoRemove: Lines 100-166
  • spotify.service.ts

    • removeRKelly: 262-317