
Hey folks! 👋
I'm Georg, a software developer based in Austria. Currently working as full stack developer using Angular, C#, SQL and Xamarin. At the moment my main focus is on Angular in combination with capacitorjs.
Stuck? Do not hesitate to contact me - I am sure we can find a solution together! yesreply@georghoeller.dev
[Angular] Dynamic App Config and Translations in a Submodule
When I'm setting up a new angular application, I always start with translation support and an external app config json loader. You should never start a new app without an internationalization (i18n) system - even if you only support one language! We are going to use the package @ngx-translate/core.
[Capacitorjs | Angular] Back Swipe Support for iOS and Android
Recently I recognized that capacitorjs apps does not have a native back swipe support. Little bit weird I thought but the solution is quite simple! iOS - Native To enable the iOS back swipe we need to write a capacitor plugin. I tried it without a plugin but inside the
[Angular] Routing Helper - a Typesafe Routing Attempt
It always bothered me that you have to define the routing paths as strings. If a route changes, you have to change all references manually. There must be a better way! Routing Constants The constants are for your specific app - here you can define a class which represents your
Georg Hoeller Newsletter
Join the newsletter to receive the latest updates in your inbox.