Create landscape mode when that page is visited

How could i can create default screen as in landscape for particular page and for other pages it should be in portrait?

You can use
this.screenOrientation.lock(this.screenOrientation.ORIENTATIONS.LANDSCAPE);
in the page you need.
Refer this for details.

I have gone through that implementation, even try life cycle function but still no result