Added portal-FE-os project 73/99773/1
authorSudarshan Kumar <sudarshan.kumar@att.com>
Wed, 18 Dec 2019 17:02:06 +0000 (22:32 +0530)
committerSudarshan Kumar <sudarshan.kumar@att.com>
Wed, 18 Dec 2019 17:11:02 +0000 (22:41 +0530)
commit1515595ee5302e3380a65a7c7cace0905e2a38f1
treeeeb7a4cf8ef12bf762eaa025d09d2d07eb1274e9
parent89498fdaf633640c04f9179e0d1514a89f36a18e
Added portal-FE-os project

Added portal-FE-os project and included layout components which is
having header,footer,global-serach,header-menu,search-users,sidebar,tabbar,userbar components.
Removed layout components from portal-FE-common

Issue-ID: PORTAL-795
Change-Id: I5764a851ef3b1ba701117759dac38909f129aabd
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
80 files changed:
portal-FE-common/src/app/layout/components/footer/footer.component.spec.ts [deleted file]
portal-FE-common/src/app/layout/components/footer/footer.component.ts [deleted file]
portal-FE-common/src/app/layout/components/userbar/userbar.component.scss [deleted file]
portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts [deleted file]
portal-FE-os/.editorconfig [new file with mode: 0644]
portal-FE-os/.gitignore [new file with mode: 0644]
portal-FE-os/README.md [new file with mode: 0644]
portal-FE-os/angular.json [new file with mode: 0644]
portal-FE-os/e2e/protractor.conf.js [new file with mode: 0644]
portal-FE-os/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
portal-FE-os/e2e/src/app.po.ts [new file with mode: 0644]
portal-FE-os/e2e/tsconfig.e2e.json [new file with mode: 0644]
portal-FE-os/package-lock.json [new file with mode: 0644]
portal-FE-os/package.json [new file with mode: 0644]
portal-FE-os/pom.xml [new file with mode: 0644]
portal-FE-os/src/.gitignore [new file with mode: 0644]
portal-FE-os/src/app/.gitignore [new file with mode: 0644]
portal-FE-os/src/app/app-routing.module.ts [new file with mode: 0644]
portal-FE-os/src/app/app.component.html [new file with mode: 0644]
portal-FE-os/src/app/app.component.scss [new file with mode: 0644]
portal-FE-os/src/app/app.component.spec.ts [new file with mode: 0644]
portal-FE-os/src/app/app.component.ts [new file with mode: 0644]
portal-FE-os/src/app/app.module.ts [new file with mode: 0644]
portal-FE-os/src/app/layout/components/footer/footer.component.html [moved from portal-FE-common/src/app/layout/components/footer/footer.component.html with 72% similarity]
portal-FE-os/src/app/layout/components/footer/footer.component.scss [moved from portal-FE-common/src/app/layout/components/footer/footer.component.scss with 97% similarity]
portal-FE-os/src/app/layout/components/footer/footer.component.spec.ts [new file with mode: 0644]
portal-FE-os/src/app/layout/components/footer/footer.component.ts [new file with mode: 0644]
portal-FE-os/src/app/layout/components/global-search/global-search.component.html [moved from portal-FE-common/src/app/layout/components/global-search/global-search.component.html with 100% similarity]
portal-FE-os/src/app/layout/components/global-search/global-search.component.scss [moved from portal-FE-common/src/app/layout/components/global-search/global-search.component.scss with 100% similarity]
portal-FE-os/src/app/layout/components/global-search/global-search.component.spec.ts [moved from portal-FE-common/src/app/layout/components/global-search/global-search.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/components/global-search/global-search.component.ts [moved from portal-FE-common/src/app/layout/components/global-search/global-search.component.ts with 67% similarity]
portal-FE-os/src/app/layout/components/header-menu/header-menu.component.html [moved from portal-FE-common/src/app/layout/components/header-menu/header-menu.component.html with 100% similarity]
portal-FE-os/src/app/layout/components/header-menu/header-menu.component.scss [moved from portal-FE-common/src/app/layout/components/header-menu/header-menu.component.scss with 100% similarity]
portal-FE-os/src/app/layout/components/header-menu/header-menu.component.spec.ts [moved from portal-FE-common/src/app/layout/components/header-menu/header-menu.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/components/header-menu/header-menu.component.ts [moved from portal-FE-common/src/app/layout/components/header-menu/header-menu.component.ts with 100% similarity]
portal-FE-os/src/app/layout/components/header/header.component.html [moved from portal-FE-common/src/app/layout/components/header/header.component.html with 97% similarity]
portal-FE-os/src/app/layout/components/header/header.component.scss [moved from portal-FE-common/src/app/layout/components/header/header.component.scss with 100% similarity]
portal-FE-os/src/app/layout/components/header/header.component.spec.ts [moved from portal-FE-common/src/app/layout/components/header/header.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/components/header/header.component.ts [moved from portal-FE-common/src/app/layout/components/header/header.component.ts with 99% similarity]
portal-FE-os/src/app/layout/components/search-users/search-users.component.html [moved from portal-FE-common/src/app/layout/components/search-users/search-users.component.html with 94% similarity]
portal-FE-os/src/app/layout/components/search-users/search-users.component.scss [moved from portal-FE-common/src/app/layout/components/search-users/search-users.component.scss with 100% similarity]
portal-FE-os/src/app/layout/components/search-users/search-users.component.spec.ts [moved from portal-FE-common/src/app/layout/components/search-users/search-users.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/components/search-users/search-users.component.ts [moved from portal-FE-common/src/app/layout/components/search-users/search-users.component.ts with 91% similarity]
portal-FE-os/src/app/layout/components/sidebar/sidebar.component.html [moved from portal-FE-common/src/app/layout/components/sidebar/sidebar.component.html with 100% similarity]
portal-FE-os/src/app/layout/components/sidebar/sidebar.component.scss [moved from portal-FE-common/src/app/layout/components/sidebar/sidebar.component.scss with 98% similarity]
portal-FE-os/src/app/layout/components/sidebar/sidebar.component.spec.ts [moved from portal-FE-common/src/app/layout/components/sidebar/sidebar.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/components/sidebar/sidebar.component.ts [moved from portal-FE-common/src/app/layout/components/sidebar/sidebar.component.ts with 99% similarity]
portal-FE-os/src/app/layout/components/tabbar/tab.ts [moved from portal-FE-common/src/app/layout/components/tabbar/tab.ts with 100% similarity]
portal-FE-os/src/app/layout/components/tabbar/tabbar.component.html [moved from portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html with 69% similarity]
portal-FE-os/src/app/layout/components/tabbar/tabbar.component.scss [moved from portal-FE-common/src/app/layout/components/tabbar/tabbar.component.scss with 100% similarity]
portal-FE-os/src/app/layout/components/tabbar/tabbar.component.spec.ts [moved from portal-FE-common/src/app/layout/components/tabbar/tabbar.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/components/tabbar/tabbar.component.ts [moved from portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts with 100% similarity]
portal-FE-os/src/app/layout/components/userbar/userbar.component.html [moved from portal-FE-common/src/app/layout/components/userbar/userbar.component.html with 100% similarity]
portal-FE-os/src/app/layout/components/userbar/userbar.component.scss [new file with mode: 0644]
portal-FE-os/src/app/layout/components/userbar/userbar.component.spec.ts [new file with mode: 0644]
portal-FE-os/src/app/layout/components/userbar/userbar.component.ts [moved from portal-FE-common/src/app/layout/components/userbar/userbar.component.ts with 63% similarity]
portal-FE-os/src/app/layout/layout-routing.module.ts [moved from portal-FE-common/src/app/layout/layout-routing.module.ts with 99% similarity]
portal-FE-os/src/app/layout/layout.component.html [moved from portal-FE-common/src/app/layout/layout.component.html with 96% similarity]
portal-FE-os/src/app/layout/layout.component.scss [moved from portal-FE-common/src/app/layout/layout.component.scss with 99% similarity]
portal-FE-os/src/app/layout/layout.component.spec.ts [moved from portal-FE-common/src/app/layout/layout.component.spec.ts with 100% similarity]
portal-FE-os/src/app/layout/layout.component.ts [moved from portal-FE-common/src/app/layout/layout.component.ts with 99% similarity]
portal-FE-os/src/app/layout/layout.module.ts [moved from portal-FE-common/src/app/layout/layout.module.ts with 99% similarity]
portal-FE-os/src/assets/images/default_app_image.gif [new file with mode: 0644]
portal-FE-os/src/assets/images/global.logo [new file with mode: 0644]
portal-FE-os/src/assets/images/spinner.gif [new file with mode: 0644]
portal-FE-os/src/browserslist [new file with mode: 0644]
portal-FE-os/src/environments/environment.prod.ts [new file with mode: 0644]
portal-FE-os/src/environments/environment.ts [new file with mode: 0644]
portal-FE-os/src/favicon.ico [new file with mode: 0644]
portal-FE-os/src/index.html [new file with mode: 0644]
portal-FE-os/src/karma.conf.js [new file with mode: 0644]
portal-FE-os/src/main.ts [new file with mode: 0644]
portal-FE-os/src/polyfills.ts [new file with mode: 0644]
portal-FE-os/src/styles.scss [new file with mode: 0644]
portal-FE-os/src/test.ts [new file with mode: 0644]
portal-FE-os/src/tsconfig.app.json [new file with mode: 0644]
portal-FE-os/src/tsconfig.spec.json [new file with mode: 0644]
portal-FE-os/src/tslint.json [new file with mode: 0644]
portal-FE-os/tsconfig.json [new file with mode: 0644]
portal-FE-os/tslint.json [new file with mode: 0644]