build_app
This commit is contained in:
parent
7e61f23764
commit
3d1c9e9375
@ -78,6 +78,9 @@ addCustomMenu( "Note","Note", "Transcations");
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Note","Note", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Passwordgenerator","Passwordgenerator", "Transcations");
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,2 @@
|
||||
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,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
|
||||
|
||||
|
||||
@ -320,6 +321,8 @@ const routes: Routes = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{path:'Passwordgenerator',component:PasswordgeneratorComponent},
|
||||
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
|
||||
|
||||
|
||||
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
|
||||
|
||||
|
||||
@ -193,6 +194,8 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
PasswordgeneratorComponent,
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user