global-search and search user components 61/101161/2
authorjz385p <jegadeesh.babu@att.com>
Wed, 5 Feb 2020 10:10:15 +0000 (15:40 +0530)
committerJegadeesh Babu <jegadeesh.babu@att.com>
Wed, 5 Feb 2020 10:16:03 +0000 (10:16 +0000)
commitdf54a39b99fd5e1a52522623dfdfc0d2247f1dbf
treeaf438a55d7fd0c4412c60fc7787792c07e3568c4
parent099ece77f49e4a6bc4d9b35ef03a5e0f33bf8384
global-search and search user components

global-search and search user components with service

Issue-ID: PORTAL-827
Change-Id: I503b259b71f3edcb27456d4e37c84fb356239f31
Signed-off-by: jz385p <jegadeesh.babu@att.com>
12 files changed:
portal-FE-common/src/app/layout/components/global-search/global-search.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/global-search/global-search.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/global-search/global-search.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/global-search/global-search.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/search-users/search-users.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/search-users/search-users.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/search-users/search-users.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/search-users/search-users.component.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/services/global-search/global-search.service.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/services/global-search/global-search.service.ts [new file with mode: 0644]
portal-FE-os/src/environments/environment.prod.ts
portal-FE-os/src/environments/environment.ts