We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
I am using Angular version 18. In my app.config.ts, I imported the required providers as follows:
@Injectable() export class DefaultIntl extends OwlDateTimeIntl { cancelBtnLabel = translateText('MG119'); setBtnLabel = translateText('MG952'); } export const appConfig: ApplicationConfig = { providers: [ provideZoneChangeDetection({eventCoalescing: true}), provideRouter(routes), provideAnimations(), importProvidersFrom( OwlDateTimeModule, OwlNativeDateTimeModule ), {provide: OwlDateTimeIntl, useClass: DefaultIntl} ] };
However, the custom labels (cancelBtnLabel and setBtnLabel) are not being updated in the date-time picker.
Is there a solution to this issue?
The text was updated successfully, but these errors were encountered:
Hey @kelvinsleonardo, are you able to find a way to update the labels?
Sorry, something went wrong.
No branches or pull requests
Description:
I am using Angular version 18. In my app.config.ts, I imported the required providers as follows:
However, the custom labels (cancelBtnLabel and setBtnLabel) are not being updated in the date-time picker.
Is there a solution to this issue?
The text was updated successfully, but these errors were encountered: