Hello,
How can Angular Report Viewer be localized? I found only this article - https://docs.telerik.com/reporting/html5-report-viewer-localization. But Angular Report Viewer doesn't expose telerikReportViewer variable to the global scope or as module export. Only the ReportViewer constructor function is exported (from telerikReportViewer.js):
module.exports = {
ReportViewer: telerikReportViewer.ReportViewer
};
And I don't see any way to get access to telerikReportViewer.sr object from application code.