Angular10 getLocaleDirection() Function
In this article, we are going to see what is getLocaleDirection in Angular 10 and how to use it. The getLocaleDirection is used to get the writing direction for the given locale. Syntax: getLocaleDirection(locale: string): 'ltr' | 'rtl' NgModule: Module used by getLocaleDirection is: CommonModule Ap