@Nsimoncini wrote:
How can I import, declare and push a page I already used somewhere else?
Suppose I have 2 pages:
1st page is HomePage (can call 2nd page)
2nd is called by HomePage and it can call 1st pageA sort of circular dependency. When I import 1st page in 2nd page.module I get an error since NgModule of 2nd page cause problems with app.module 's NgModule since both have a declaration of the same page but if I don't do it I get an error.
Posts: 1
Participants: 1