How to display text in Angular template from resource file (.rsx) in a ASP.NET Web application?
I'm combining Angular 14 with a legacy ASP.NET Web application and we have static texts in a resource file (.rsx) in a folder outside of Angular. I need to display those texts in a component's template (inside Angular). How can…