Fix "rcc-quick-action-list is not a known element"
My IDE throws an Angular error in file monitoring-setup-page.component.html
: "'rcc-quick-action-list' is not a known element"
This is resolved by adding RccQuickActionListComponent
to the components
array of the Default theme module.