You need to make sure that your component is added to an NgModule, and that this module has either CommonModule or BrowserModule imported. Either directly, or through a common module import.
Make sure to only import the BrowserModule once in your app though