星云(setDirection())如何使用它
nebular (setDirection()) how to use it
我正在使用 nebular (ngx-admin) 希望用户可以通过单击按钮更改应用程序的方向。
我在文档中发现只有 setDirection() 方法,但没有任何示例或如何使用它。
在构造函数中
constructor(private directionService: NbLayoutDirectionService) {
}
在行动(方法)
this.directionService.setDirection(NbLayoutDirection.LTR);
我正在使用 nebular (ngx-admin) 希望用户可以通过单击按钮更改应用程序的方向。 我在文档中发现只有 setDirection() 方法,但没有任何示例或如何使用它。
在构造函数中
constructor(private directionService: NbLayoutDirectionService) {
}
在行动(方法)
this.directionService.setDirection(NbLayoutDirection.LTR);