angular-course icon indicating copy to clipboard operation
angular-course copied to clipboard

Branch 3-services is missing import for HTTP Client in app.component.ts

Open MrYutz opened this issue 4 years ago • 0 comments
trafficstars

You must add

import { HttpClient } from '@angular/common/http';

to file app.component.ts in order to compile the lesson.

MrYutz avatar Dec 24 '20 14:12 MrYutz