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