@Vargash wrote:
In my current application, I have the need to define some pages (specifically most of the detail/edit ones) in a double fashion:
- as Controllers for the smartphone version
- as Modals for the tablet/PC versionThis lead to a cumbersome structure, with a lot of possible errors.
Will it be possible in Ionic2 to declare a single component, with the possibility to load it "as a controller" or "as a modal" based on the case?
Posts: 1
Participants: 1