Project

General

Profile

« Previous | Next » 

Revision 53724

jsonld:
move files in sharedComponents/schema2jsonld/model - not used only in
add Organization, use JsonldDocument as the default class and extend Dataset and Organization
add jsonld in search-find, org/datasource/project landing

Claims: add limit in the number of results allowed to add in the basket

View differences:

project.module.ts
23 23
import { LandingModule } from '../landing-utils/landing.module';
24 24
import {FreeGuard} from'../../login/freeGuard.guard';
25 25
import {IsRouteEnabled} from '../../error/isRouteEnabled.guard';
26
import {Schema2jsonldModule} from '../../sharedComponents/schema2jsonld/schema2jsonld.module';
26 27

  
27 28
@NgModule({
28 29
  imports: [
29 30
    CommonModule, FormsModule, RouterModule, LandingModule,
30 31
     LoadingModalModule, AlertModalModule, ErrorMessagesModule,
31 32
    TabResultModule, IFrameModule, MetricsModule, ReportsServiceModule,
32
    PublicationsServiceModule, DatasetsServiceModule, SoftwareServiceModule, OrpsServiceModule, ProjectServiceModule
33
    PublicationsServiceModule, DatasetsServiceModule, SoftwareServiceModule, OrpsServiceModule, ProjectServiceModule,
34
    Schema2jsonldModule
35

  
33 36
  ],
34 37
  declarations: [
35 38
    ProjectComponent

Also available in: Unified diff