Hello when creating a component i seem to have run into a little issue
where i need to re-use the same component on 2 different pages
but now the problem is that those 2 pages are not part of the same module
so if i try include the component in both modules angular will complain about it
but if i include it in 1 module
i can not use the component in the other page