Steve (Sung Jae) Lee

Results 2 comments of Steve (Sung Jae) Lee

> https://gturnquist-quoters.cfapps.io/api/random returns 404, even in a browser. Check out #47 . @ayan-b posted a temporary workaround.

This is what I did: login.component.ts ```ts export class LoginComponent { // added a new variable error = ""; credentials = {username: '', password: ''}; constructor(private app: AppService, private http:...