Vlad Jerca
Vlad Jerca
@vogloblinsky any update on this? I see the milestone was pushed a few times.
Beautiful work!
@anbalase @mhagape I think we could use [storybook](https://storybook.js.org/docs/guides/guide-angular/) to document usage and display the rendered results. All our libs are going this direction and it would be great if we...
@sergiubologa Was it because of the pdf-js web worker or what exactly was the issue?
@toxik @mhagape bump? :trollface:
We've implemented an extension directive to handle these situations, easily reusable and doesn't require pollution of the parent `controller` class. https://github.com/UiPath/angular-components/blob/master/projects/angular/directives/ui-virtual-scroll-viewport-resize/src/ui-virtual-scroll-viewport-resize.directive.ts
> Hey! Thanks for the PR - I wondered why I never ran into this bug in our codebase, it's most likely that we tend to not use IDs where...
@eltigerchino I tried again including the entire build output (intially when I opened the issue I included only the `output` and `cloudfare` directories). As you can see in this run:...
@eltigerchino this sort of defeats the purpose of a deployment pipeline. We build our artifacts and deploy later (could be arbitrary time later...). From where I come from a build...
So I've been thinking, I can understand you guys want to skip the build step (conceptually) but then I believe that the adapter should at a minimum: - copy `node_modules`...