build_app
This commit is contained in:
parent
0eb5741497
commit
dca2357993
@ -75,6 +75,9 @@ addCustomMenu( "Note","Note", "Transcations");
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Calculator","Calculator", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
import { StopwatchComponent } from './BuilderComponents/app-b/Stopwatch/Stopwatch.component';
|
||||
|
||||
|
||||
@ -305,6 +306,8 @@ const routes: Routes = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Stopwatch',component:StopwatchComponent},
|
||||
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
import { StopwatchComponent } from './BuilderComponents/app-b/Stopwatch/Stopwatch.component';
|
||||
|
||||
|
||||
@ -178,6 +179,8 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
StopwatchComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user