Which of the following is required in Appmodule to configure a browser based application to transition from a server rendered application
and it will make sure the server-rendered application can transit into browser module.
Select the correct option from below list
(1)withRouterTransition()
(2)withAppTransition()
(3)withBrowserTransition()
(4)withServerTransition()