I'm developing an app which is not multilingual, yet the client is asking to be able to change the labels, texts and even notifications through an admin interface. So I though of resource file that can be fetched from the server on app load and bind all labels, texts and notifications.
Not sure if something is out there already implemented or if there a better way of achieving this. I've ng2-translate but it won't serve the purpose of changeable text through admin screen.
Thank you.