[Trunk | Explore]: 1. app.component.ts: Initialize communityFull info from app component (call configurationService.initCommunityInformation). 2. home.component.ts: Get communityFull info from state (call configurationService.communityInformationState) | Add subscriptions in array to unsubscribe in ngOnDestroy. 3. home.module.ts: Remove ConfigurationService from providers (singleton service, initialized in app component).
[Trunk | Explore]:
1. app.component.ts: Initialize communityFull info from app component (call configurationService.initCommunityInformation).
2. home.component.ts: Get communityFull info from state (call configurationService.communityInformationState) | Add subscriptions in array to unsubscribe in ngOnDestroy.
3. home.module.ts: Remove ConfigurationService from providers (singleton service, initialized in app component).