FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

whether anyone knows error TS2339: can you suggest how can solve? #268

Closed Ravindrakumara closed 4 years ago

Ravindrakumara commented 4 years ago

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.
devoto13 commented 4 years ago

Make sure you have assigned the icon to the property of the component as described in the step 2 of the Usage instructions.

devoto13 commented 4 years ago

Closing as answered.