RxJSInAction / rxjs-in-action

Code sample repository
133 stars 59 forks source link

Fixing bug in the google shortener API helper method. #15

Closed paulpdaniels closed 6 years ago

paulpdaniels commented 6 years ago

Resolves #14

Addresses a bug where the typed url was never passed through the google shortener helper method so it was effectively a constant.

FYI @luijar