Skip to content
Snippets Groups Projects

Remove usages of `HomePageModule.forChild` (#184)

About the changes

The previous function, HomePageModule.forChild, took in an array of entries, however the function to replace it, provideHomePageEntry takes in a single entry.

However in all cases where the function was being used, the array had only one item, so instead of using .map, I just removed the array and used the provideHomePageEntry with the single entry

Closes #184

Merge request reports

Checking pipeline status.

Merged by Andreas PittrichAndreas Pittrich 2 years ago (Nov 29, 2022 4:17pm UTC)

Loading

Pipeline #8994 passed

Pipeline passed for 99d5095c on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading