Project

General

Profile

« Previous | Next » 

Revision 53246

Added by Sofia Baltzi over 5 years ago

Rename usernotification to usernotifications and manage-user-notification to manage-user-notifications

View differences:

app.routing.ts
40 40
import { ManageContentProvidersComponent } from './pages/community/content-providers/manage-content-providers.component';
41 41
import {WellcomeComponent} from './pages/wellcome/wellcome.component';
42 42

  
43
import {ManageUserNotificationComponent} from './pages/usernotification/manage-user-notification.component';
43
import {ManageUserNotificationsComponent} from './pages/usernotifications/manage-user-notifications.component';
44 44

  
45 45
//TODO replace IsCommunity with ConnectAdminLoginGuard
46 46
//, IsCommunity
......
58 58
        canActivate: [IsCommunity, ConnectAdminLoginGuard],resolve: { envSpecific: EnvironmentSpecificResolver  }
59 59
    },
60 60
    {
61
        path: 'manage-user-notification',
62
        component: ManageUserNotificationComponent,
61
        path: 'manage-user-notifications',
62
        component: ManageUserNotificationsComponent,
63 63
        canActivate: [IsCommunity, ConnectAdminLoginGuard], resolve: {envSpecific: EnvironmentSpecificResolver}
64 64
    },
65 65
    {

Also available in: Unified diff