I\'m new with angular 4 , and I\'m trying to build my first application.
The title is displayed in the screen but get this error in the console :<
You need to add safe operator in HTML to check if the value is present, this will avoid the above error if the value is not present
safe operator
{{ yourObj?.title }}