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