Site browser files and folder in your DotCMS instance.
// Import the component and added to the declarations in your @NgModule
import {DotcmsSiteDatatableModule} from 'dotcms-js/components';
// Add it to the declarations in your @NgModule
@NgModule({
imports: [DotcmsSiteDatatableModule]
})
// Use it in your template
<site-datatable></site-datatable>