Closed calidion closed 4 years ago
It's a standard Angular error. As a starting point please make sure that you have added FontAwesomeModule
to imports
of the module where the component you want to add fa-icon to is declared.
See here for more details.
added in app.module.ts
imports
of the module where the component you want to add fa-icon to is declared.
HomeComponent
is declared in the HomeModule
, not AppModule
: https://github.com/calidion/trojan-desktop/blob/master/src/app/home/home.module.ts#L10
Describe the problem
icon not shown!
error info:
What did you expect?
icon shown.
Reproducible test case