Select a host from your DotCMS instance
// Import the component and added to the declarations in your @NgModule
import {DotcmsSiteSelectorModule} from 'dotcms-js/components';
// Add it to the declarations in your @NgModule
@NgModule({
imports: [DotcmsSiteSelectorModule]
})
// Use it in your template
<site-selector></site-selector>