workspace

This commit is contained in:
string 2025-09-01 11:53:56 +05:30
parent 1e9f6c6cdd
commit acfdace1b6
2 changed files with 5 additions and 1 deletions

View File

@ -83,6 +83,7 @@ import { MappingruleaddComponent } from './datamanagement/mappingrule/mappingrul
import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingruleedit/mappingruleedit.component';
import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component';
import { Token_registeryComponent } from './fnd/Token_registery/Token_registery.component';
import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component';
// import { QueryComponent } from './superadmin/query/query.component';
// import { QueryaddComponent } from './superadmin/queryadd/queryadd.component';
@ -119,6 +120,7 @@ const routes: Routes = [
{ path: 'profile-settings', component: ProfileSettingComponent },
{ path: 'about', component: AboutComponent },
{ path: 'setupicon', component: SetupiconComponent },
{ path: 'myworkspace', component: MyworkspaceComponent },
{
@ -259,7 +261,7 @@ const routes: Routes = [
// buildercomponents
{ path: 'tokenregistery', component: Token_registeryComponent },
{ path: 'tokenregistery', component: Token_registeryComponent },
{ path: 'Stepper_workflow', component: Stepper_workflowComponent },

View File

@ -107,6 +107,7 @@ import { MappingruleallComponent } from './datamanagement/mappingrule/mappingrul
import { MappingruleeditComponent } from './datamanagement/mappingrule/mappingruleedit/mappingruleedit.component';
import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component';
import { Token_registeryComponent } from './fnd/Token_registery/Token_registery.component';
import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component';
// import { QueryComponent } from './superadmin/query/query.component';
// import { QueryaddComponent } from './superadmin/queryadd/queryadd.component';
@ -115,6 +116,7 @@ import { Token_registeryComponent } from './fnd/Token_registery/Token_registery.
@NgModule({
declarations: [
MainPageComponent, PageNotFoundComponent, UserComponent, PasswordResetComponent,
MyworkspaceComponent,
ReportRunnerComponent, ReportrunnereditComponent, Reportrunneredit2Component, MenuGroupComponent, AllMenuGroupComponent, EditMenuGroupComponent, ReadOnlyMenuGroupComponent, UserRegistrationComponent,
MenuRegisterComponent, AddMenurComponent, EditMenurComponent, AllMenurComponent, ReadonlyMenurComponent, ProfileSettingComponent,
UsermaintanceaddComponent, UsermaintanceeditComponent,