Added new componetnts inside page modules 30/100930/1
authorSudarshan Kumar <sudarshan.kumar@att.com>
Thu, 30 Jan 2020 10:13:53 +0000 (15:43 +0530)
committerSudarshan Kumar <sudarshan.kumar@att.com>
Thu, 30 Jan 2020 10:15:15 +0000 (15:45 +0530)
commite0b464f75666b80976466437fa1057c3b4efd39f
tree40597d80bc74547d21342c972bbbbcc34404f535
parente08934d7ee33d6a22ce746e6e9a2270d87115345
Added new componetnts inside page modules

Added catalog-modal, role, roles-function, scheduler, user-notification-admin, users, widgets componetnts.

Issue-ID: PORTAL-795
Change-Id: I4b5d781bb91224d7f4f3b00025443b906a4b4e5b
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
55 files changed:
portal-FE-common/src/app/pages/admins/new-admin/new-admin.component.html
portal-FE-common/src/app/pages/admins/new-admin/new-admin.component.ts
portal-FE-common/src/app/pages/catalog-modal/catalog-modal.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/catalog-modal/catalog-modal.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/catalog-modal/catalog-modal.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/catalog-modal/catalog-modal.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/notification-history/notification-history.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/notification-history/notification-history.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/notification-history/notification-history.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/notification-history/notification-history.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/add-role/add-role.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/role/add-role/add-role.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/role/add-role/add-role.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/add-role/add-role.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/bulk-upload-role/bulk-upload-role.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/role/bulk-upload-role/bulk-upload-role.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/role/bulk-upload-role/bulk-upload-role.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/bulk-upload-role/bulk-upload-role.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-function-modal/role-function-modal.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-function-modal/role-function-modal.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-function-modal/role-function-modal.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-function-modal/role-function-modal.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-functions.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-functions.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-functions.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role-functions/role-functions.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/role/role.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/scheduler/Scheduler.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/scheduler/scheduler.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/scheduler/scheduler.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/scheduler/scheduler.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/scheduler/scheduler.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/new-notification-modal/new-notification-modal.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/new-notification-modal/new-notification-modal.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/new-notification-modal/new-notification-modal.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/new-notification-modal/new-notification-modal.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/user-notification-admin.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/user-notification-admin.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/user-notification-admin.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/user-notification-admin/user-notification-admin.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/users/bulk-user/bulk-user.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/users/bulk-user/bulk-user.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/users/bulk-user/bulk-user.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/users/bulk-user/bulk-user.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/users/users.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/users/users.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/users/users.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/users/users.component.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/widgets/widgets.component.html [new file with mode: 0644]
portal-FE-common/src/app/pages/widgets/widgets.component.scss [new file with mode: 0644]
portal-FE-common/src/app/pages/widgets/widgets.component.spec.ts [new file with mode: 0644]
portal-FE-common/src/app/pages/widgets/widgets.component.ts [new file with mode: 0644]