I created a component called barchar
.
There is another module component located at src\app\modules\dashboard\page
and this file contains the module.
However, barchzt
does not have the module.
How can I utilize barchzt
in the
src\app\modules\dashboard\page\home-page\home-page.component.html
file?
I attempted to add the selector
<app-barchart></app-barchart>
in
src\app\modules\dashboard\page\home-page\home-page.component.html
but encountered the following error:
'app-barchart' is not a known element