Project

General

Profile

« Previous | Next » 

Revision 56518

[Connect|Trunk]

Community page: Apply css/ layout changes in community page:

Add new page /theme for showcasing the theme template

View differences:

app.module.ts
22 22
import {CommunitiesService} from './openaireLibrary/connect/communities/communities.service';
23 23
import {LayoutService} from "./openaireLibrary/services/layout.service";
24 24
import {SubscribeModule} from './utils/subscribe/subscribe.module';
25
import {ThemeComponent} from "./test/theme.component";
25 26

  
26 27
@NgModule({
27 28

  
......
40 41
    BrowserModule.withServerTransition({appId: 'my-app'}),
41 42
    AppRoutingModule
42 43
  ],
43
  declarations: [ AppComponent, OpenaireErrorPageComponent],
44
  declarations: [ AppComponent, OpenaireErrorPageComponent, ThemeComponent],
44 45
  exports: [ AppComponent ],
45 46
  providers:[EnvironmentSpecificResolver,  CommunitiesService, LayoutService],
46 47
  bootstrap: [AppComponent]

Also available in: Unified diff