Commit 2418a97b413066036ad3f14fe884a49166bd3125
1 parent
2efd5865
Exists in
master
and in
26 other branches
fix merge conflit
Showing
1 changed file
with
2 additions
and
8 deletions
Show diff stats
src/app/main/main.component.ts
... | ... | @@ -95,16 +95,10 @@ export class EnvironmentContent { |
95 | 95 | ArticleBlogComponent, ArticleViewComponent, BoxesComponent, BlockComponent, |
96 | 96 | EnvironmentComponent, PeopleBlockComponent, |
97 | 97 | LinkListBlockComponent, CommunitiesBlockComponent, HtmlEditorComponent, |
98 | -<<<<<<< HEAD | |
99 | 98 | MainBlockComponent, RecentDocumentsBlockComponent, Navbar, SidebarComponent, ProfileImageBlockComponent, |
100 | - MembersBlockComponent, NoosferoTemplate, DateFormat, RawHTMLBlockComponent | |
99 | + MembersBlockComponent, NoosferoTemplate, DateFormat, RawHTMLBlockComponent, StatisticsBlockComponent | |
101 | 100 | ].concat(plugins.mainComponents).concat(plugins.hotspots), |
102 | -======= | |
103 | - MainBlockComponent, RecentDocumentsBlockComponent, Navbar, ProfileImageBlockComponent, | |
104 | - MembersBlockComponent, NoosferoTemplate, DateFormat, RawHTMLBlockComponent, | |
105 | - StatisticsBlockComponent | |
106 | - ], | |
107 | ->>>>>>> adding basic information of statisticst block | |
101 | + | |
108 | 102 | providers: [AuthService, SessionService, NotificationService, BodyStateClassesService] |
109 | 103 | }) |
110 | 104 | @StateConfig([ | ... | ... |