You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2026. It is now read-only.
I basically reproduced the component. But I got this error in back-to-top.component.html and I don't know how to fix it.
It says:
'mat-icon' is not a known element:
If 'mat-icon' is an Angular component, then verify that it is part of this module.
If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.ngtsc(-998001)
back-to-top.component.ts(10, 44): Error occurs in the template of component BackToTopComponent.
Hi there,
I basically reproduced the component. But I got this error in
back-to-top.component.htmland I don't know how to fix it.It says:
'mat-icon' is not a known element:
back-to-top.component.ts(10, 44): Error occurs in the template of component BackToTopComponent.
Best regards,
Cosmin