mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve workflow of creating new messages group
+ add new customised buttons
This commit is contained in:
@@ -9,6 +9,8 @@ import { BtnModalDismissPage } from './btn-modal-dismiss/btn-modal-dismiss.page'
|
||||
import { ChatPopoverPage } from './popover/chat-popover/chat-popover.page';
|
||||
import { HeaderNoSearchPage } from './headers/header-no-search/header-no-search.page';
|
||||
import { EmptyChatPage } from './chat/empty-chat/empty-chat.page';
|
||||
import { BtnCriarPage } from './buttons/btn-criar/btn-criar.page';
|
||||
import { BtnAdicionarPage } from './buttons/btn-adicionar/btn-adicionar.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -23,6 +25,8 @@ import { EmptyChatPage } from './chat/empty-chat/empty-chat.page';
|
||||
BtnSeguintePage,
|
||||
BtnModalDismissPage,
|
||||
EmptyChatPage,
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
],
|
||||
entryComponents:[],
|
||||
declarations: [
|
||||
@@ -32,6 +36,8 @@ import { EmptyChatPage } from './chat/empty-chat/empty-chat.page';
|
||||
BtnSeguintePage,
|
||||
BtnModalDismissPage,
|
||||
EmptyChatPage,
|
||||
BtnCriarPage,
|
||||
BtnAdicionarPage,
|
||||
]
|
||||
})
|
||||
export class SharedModule {}
|
||||
Reference in New Issue
Block a user