ERROR in src/app/main/movie-details/movie-details.component.html:5:24 - error TS2339: Property 'faCoffee' does not exist on type 'MovieDetailsComponent'.
5 <fa-icon [icon]="faCoffee"></fa-icon>
~~~~~~~~
src/app/main/movie-details/movie-details.component.ts:5:16
5 templateUrl: './movie-details.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MovieDetailsComponent.
ERROR in src/app/main/movie-details/movie-details.component.html:5:24 - error TS2339: Property 'faCoffee' does not exist on type 'MovieDetailsComponent'.