Project

General

Profile

« Previous | Next » 

Revision 60876

[Trunk | Explore]:
1. app-routing.module.ts: Commented "recommended-orcid-links" route, since it not used.
2. environment.beta.ts & environment.prod.ts & environment.test.ts & environment.ts: Added property "myOrcidLinksPage".

View differences:

app-routing.module.ts
11 11
  {path: 'mail-preferences', loadChildren: './userEmailPreferences/mailPrefs.module#LibMailPrefsModule'},
12 12
  // ORCID Pages
13 13
  {path: 'orcid', loadChildren: './orcid/orcid.module#LibOrcidModule'},
14
  {
15
    path: 'recommended-orcid-links',
16
    loadChildren: './orcid/recommend-orcid-links/searchRecommendedResultsForOrcid.module#LibSearchRecommendedResultsForOrcidModule'
17
  },
14
  // {
15
  //   path: 'recommended-orcid-links',
16
  //   loadChildren: './orcid/recommend-orcid-links/searchRecommendedResultsForOrcid.module#LibSearchRecommendedResultsForOrcidModule'
17
  // },
18 18
  {path: 'my-orcid-links', loadChildren: './orcid/my-orcid-links/myOrcidLinks.module#LibMyOrcidLinksModule'},
19 19
  // Landing Pages
20 20
  {path: 'search/result', loadChildren: './landingPages/result/libResult.module#LibResultModule'},

Also available in: Unified diff