build_app
This commit is contained in:
parent
57f454d7c5
commit
852e1b62bf
@ -72,6 +72,12 @@ public class BuilderService {
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Passwordgenerator","Passwordgenerator", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
CREATE TABLE app-d.Note(id BIGINT NOT NULL AUTO_INCREMENT, date_created Date, title VARCHAR(400), content VARCHAR(400), PRIMARY KEY (id));
|
||||
|
||||
CREATE TABLE app-d.Note(id BIGINT NOT NULL AUTO_INCREMENT, date_created Date, title VARCHAR(400), content VARCHAR(400), PRIMARY KEY (id));
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
|
||||
|
||||
|
||||
@ -314,6 +316,10 @@ const routes: Routes = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Passwordgenerator',component:PasswordgeneratorComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
|
||||
|
||||
|
||||
@ -187,6 +189,10 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
PasswordgeneratorComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user