Peter Galiba

Results 3 issues of Peter Galiba

I cannot figure out the labels of the Reset button by just focusing on it, as the focus neither highlights the button, nor show the text of it, I have...

bug
help wanted
groomed
jira-sync-complete

When using with babel-register the `intercept` hook kills the registration for babel, so no babel compilation happens, resulting in error ``` of define !== 'function') {var define = require('amdefine')(module)}import ok...

On https://github.com/angular-university/reactive-angular-course/blob/8fd38880f715484c309c2381dc9fd1bcd7396f4f/src/app/services/courses.service.ts#L39 it should be ```typescript this.http.get ``` so you need to to do additional casting with https://github.com/angular-university/reactive-angular-course/blob/8fd38880f715484c309c2381dc9fd1bcd7396f4f/src/app/services/courses.service.ts#L41 as TypeScript would already know the type of the payload, so you...