emanuelefricano93 / frxjs-Ngx-Timeline

NgxTimeline Angular Library
28 stars 9 forks source link

feat!: strict type for `langCode` #50

Closed Rotzbua closed 2 months ago

Rotzbua commented 2 months ago

Change type: string -> SupportedLanguageCode

langCode can be typesafe. Compile error will be thrown if unsupported language is accidentally used.