Ideally I would need to reload / rerender my component\'s template but if there is a better way to do this I will gladly implement it.
Desired behavior:
Try using ChangeDetectorRef.detectChanges() - it works much like $scope.$digest() from Angular 1.
Note: ChangeDetectorRef must be injected into the component.