Get started with angular-dynamic-locale CDN
MIT licensed
Angular-Dynamic-Locale is a library that enables dynamic language switching in Angular applications.
Tags:- dynamic
- change locale
Stable version
Copied!
How to start using angular-dynamic-locale CDN
import { TMHDynamicLocaleModule } from '@tomasrejmak/angular-dynamic-locale';
@NgModule({
imports: [
// other imports
TMHDynamicLocaleModule,
],
})
export class AppModule { }
Copied!
Copied!
Copied!