Improve workflow of creating new messages group

+ add new customised buttons
This commit is contained in:
tiago.kayaya
2021-03-17 11:13:09 +01:00
parent 61a97eb0c7
commit c161ec0855
23 changed files with 211 additions and 17 deletions
+8
View File
@@ -15,6 +15,14 @@ const routes: Routes = [
{
path: 'empty-chat',
loadChildren: () => import('./shared/chat/empty-chat/empty-chat.module').then( m => m.EmptyChatPageModule)
},
{
path: 'btn-criar',
loadChildren: () => import('./shared/buttons/btn-criar/btn-criar.module').then( m => m.BtnCriarPageModule)
},
{
path: 'btn-adicionar',
loadChildren: () => import('./shared/buttons/btn-adicionar/btn-adicionar.module').then( m => m.BtnAdicionarPageModule)
},
/* {