Project

General

Profile

« Previous | Next » 

Revision 56936

[mergeResultLandingPages | Library]:
resultLanding.component: small bug fixes in names used & 'Other versions' removed from accordion and added as modal which opens with a note under the title.

View differences:

resultLanding.module.ts
23 23
import {ShowAuthorsModule}        from "../utils/authors/showAuthors.module";
24 24
import {HelperModule} from "../utils/helper/helper.module";
25 25
import {ResultLandingUtilsModule} from "./landing-utils/resultLandingUtils.module";
26
import {AlertModalModule} from "../utils/modal/alertModal.module";
26 27

  
27 28
@NgModule({
28 29
  imports: [
29 30
    CommonModule, FormsModule, LandingModule, SharedModule, RouterModule,
30 31
    CiteThisModule, PagingModule, IFrameModule,
31 32
    MetricsModule, AltMetricsModule, ConfigurationServiceModule, Schema2jsonldModule, SEOServiceModule,
32
    DeletedByInferenceModule, ShowAuthorsModule, HelperModule, ResultLandingUtilsModule
33
    DeletedByInferenceModule, ShowAuthorsModule, HelperModule, ResultLandingUtilsModule, AlertModalModule
33 34
  ],
34 35
  declarations: [
35 36
    ResultLandingComponent

Also available in: Unified diff