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