+2 votes
in Angular Oriana by
recategorized by
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()

1 Answer

0 votes
by

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.

Answer:-(4)withServerTransition()

Related questions

+1 vote
asked Jan 13, 2022 in Angular Oriana by DavidAnderson
0 votes
asked Feb 5, 2021 in Angular by SakshiSharma
...