In order for Angular to process components in an application, where do the component types need to be registered?
within a script tag in the index.html file
in an NgModule decorator metadata tag named components
in an NgModule decorator metadata property named declarations angular.io
No registration is needed simply include the component files in an app directory.