Adding new components with portal-FE-common 73/100673/10
authorSudarshan Kumar <sudarshan.kumar@att.com>
Thu, 23 Jan 2020 11:36:22 +0000 (17:06 +0530)
committerSudarshan Kumar <sudarshan.kumar@att.com>
Tue, 28 Jan 2020 07:29:04 +0000 (07:29 +0000)
commit91e3434fc7c515416ff2da10d55acf1d2dbcde71
treeac29f6ea8a20d06255c47ebdb8e4e2692621c0ab
parent16c3ddbf7f9f644adc23b8f834e6453c5260ada6
Adding new components with portal-FE-common

added layout, admins, functional-menu, portal-admins, plugins components along with helpers class, models, pipes and dependent angular services.

Issue-ID: PORTAL-795
Change-Id: I8e9771fcee5d0e58c4a48711c943761f29ae48b8
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
88 files changed:
portal-FE-common/src/app/layout/components/footer/footer.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/footer/footer.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/footer/footer.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header-menu/header-menu.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header-menu/header-menu.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header-menu/header-menu.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header-menu/header-menu.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header/header.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header/header.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header/header.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/header/header.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/sidebar/sidebar.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/sidebar/sidebar.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/sidebar/sidebar.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/sidebar/sidebar.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/tabbar/tab.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/tabbar/tabbar.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/tabbar/tabbar.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/tabbar/tabbar.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/userbar/userbar.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/components/userbar/userbar.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/components/userbar/userbar.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/components/userbar/userbar.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/layout-routing.module.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/layout.component.html [new file with mode: 0644]
portal-FE-common/src/app/layout/layout.component.scss [new file with mode: 0644]
portal-FE-common/src/app/layout/layout.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/layout.component.ts [new file with mode: 0644]
portal-FE-common/src/app/layout/layout.module.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/admins.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/admins.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/admins.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/admins.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/new-admin/new-admin.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/new-admin/new-admin.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/new-admin/new-admin.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/admins/new-admin/new-admin.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu-dialog/functional-menu-dialog.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu-dialog/functional-menu-dialog.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu-dialog/functional-menu-dialog.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu-dialog/functional-menu-dialog.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/functional-menu.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/functional-menu/jqTreeContextMenu.js [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/new-portal-admin/new-portal-admin.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/new-portal-admin/new-portal-admin.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/new-portal-admin/new-portal-admin.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/new-portal-admin/new-portal-admin.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/portal-admins.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/portal-admins.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/portal-admins.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/portal-admins/portal-admins.component.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/helpers/must-match-validator.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/Admins.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/AllApps.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/PortalAdmin.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/Role.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/RoleFunction.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/UserAccessRoles.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/UserAdminApps.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/application-catalog.model.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/applications-onboarding/applications.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/dynamic-component-manifest/dynamic-component-manifest.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/global-search-item.model.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/index.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/widget-catalog.model.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/model/widget-onboarding/widget.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/pipes/application-pipes.module.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/pipes/elipsis/elipsis.pipe.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/pipes/elipsis/elipsis.pipe.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/dynamic-widget/dynamic-widget.module.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/dynamic-widget/list-widget/list-widget.component.html [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/dynamic-widget/list-widget/list-widget.component.scss [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/dynamic-widget/list-widget/list-widget.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/dynamic-widget/list-widget/list-widget.component.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin-loader/client-plugin-loader.service.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin-loader/plugin-externals.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin-loader/plugin-loader.service.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin.component.html [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin.component.scss [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin.component.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugin.module.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/plugins-config.provider.ts [new file with mode: 0644]
portal-FE-common/src/app/shared/plugin/transfer-state.service.ts [new file with mode: 0644]