renmove gropu and container as form field to review

fix most of the content cycle deps

Signed-off-by: eromano <eugenioromano16@gmail.com>
This commit is contained in:
eromano
2022-03-04 00:24:07 +00:00
parent dfc0e05890
commit 85b4193e11
14 changed files with 100 additions and 74 deletions

View File

@@ -40,6 +40,8 @@ import { EditJsonDialogModule } from '../dialogs/edit-json/edit-json.dialog.modu
import { A11yModule } from '@angular/cdk/a11y';
import { FlexLayoutModule } from '@angular/flex-layout';
import { ViewerModule } from '../viewer/viewer.module';
import { TabsWidgetComponent } from './components/widgets/tabs/tabs.widget';
import { ContainerWidgetComponent } from './components/widgets/container/container.widget';
@NgModule({
imports: [
@@ -67,7 +69,8 @@ import { ViewerModule } from '../viewer/viewer.module';
StartFormCustomButtonDirective,
...WIDGET_DIRECTIVES,
...MASK_DIRECTIVE,
WidgetComponent
WidgetComponent,
TabsWidgetComponent
],
exports: [
ContentWidgetComponent,