Angular 5 GET request nonresponsive
问题 I've seen many similar problems regarding this problem on this site, but they tend to be either too specific (with Django, Python, Spring, etc) or too outdated. I am using Angular 5 and Bootstrap, using Chrome to debug, and my GET request does not GET, or give me any errors, or do anything, really. With zero output, I am not sure what I'm doing wrong. My .ts file code: onNameKeyUp(event:any) { this.id = event.target.value; //sets input to the object's id this.found = false; } getProf() { this