-add header with no search funcionality

- change header in home and chat
This commit is contained in:
tiago.kayaya
2021-01-29 11:28:26 +01:00
parent 076b614488
commit ba5baf3fe8
12 changed files with 202 additions and 24 deletions
+4
View File
@@ -57,6 +57,10 @@ const routes: Routes = [
{
path: 'group-duration',
loadChildren: () => import('./shared/popover/group-duration/group-duration.module').then( m => m.GroupDurationPageModule)
},
{
path: 'header-no-search',
loadChildren: () => import('./shared/headers/header-no-search/header-no-search.module').then( m => m.HeaderNoSearchPageModule)
},