Jak w temacie Angular zgłasza błąd, że nie może znaleźć elementu html <grid-container>. Wszędzie szukałem odpowiedzi i nie znalazłem więc jak to naprawić?

Piszę w związku z tym przykladem: jsfiddle.net/q5e20knd/15. To wydaje się być wbudowany htmlowy tag, a nie jakiś customowy komponent z Angulara.. .

Error: src/app/components/projects/projects.component.html:4:7 - error NG8001: 'grid-container' is not a known element:
1. If 'grid-container' is an Angular component, then verify that it is part of this module.
2. If 'grid-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.