Skip to content
Georg Hoeller

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

Recent Posts

Members Public

[Angular | Storybook] Tailwind, Directives, Content Projection, Icons and i18n

Install packages npm i -D @nx/storybook npm i -D @storybook/angular Create config nx g @nx/storybook:configuration I created the config inside the main app to share some configs/modules. My stories are located at libs/shared/ui. That's why I had to add these lines to the

[Angular | Storybook] Tailwind, Directives, Content Projection, Icons and i18n
Members Public

[Angular | RxJS] BehaviorSubject with custom states

Whenever I call an api, often my frontend has to go through some different visualization steps. Imagine you have some kind of search input and a list which displays the results but you want to show an loading indicator, an error hint and something different when the result is empty.

[Angular | RxJS] BehaviorSubject with custom states
Members Public

[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.

[Angular] Dynamic App Config and Translations in a Submodule