import { Component } from '@angular/core'; import { BaseHubTableComponent } from '../base-hub-table/base-hub-table.component'; @Component({ selector: 'gc-custom-forms-hub', templateUrl: '../base-hub-table/base-hub-table.component.html' }) export class CustomFormsHubComponent extends BaseHubTableComponent { readonly activeTable = 'customForms'; }