dot (eg. reponse.title) property is not working on response object got from http service in angular 2 – Facebook api
I received response object from http service in angular 2 and if i try to console response.prop, it is not working and it is showing following error: D:/ABC/angular-training/angular_cli/src/app/shared/footer/footer.component.ts (16,28): Property 'prop' does not exist on type '{}'.) But when I…