Tomas Rimkus

Results 312 comments of Tomas Rimkus

@IlyaKhD I understand and fully agree that some internal library logic should be kept private, but coming from Sencha ExtJS framework, one thing I miss is a large amount of...

@davidich they have deprecated everything but haven't introduced replacements yet...

@HaithemMosbahi any plans to fix this using [Google People API](https://stackoverflow.com/a/54181225/3529279)?

They have decided against adding any new officially supported date adapters a long time ago. So, if you really need it, you have to check [their implementation](https://github.com/angular/components/blob/main/src/material-luxon-adapter/adapter/luxon-date-adapter.ts) and do it...

You can also just use `*ngrxLet` ([Let Directive](https://ngrx.io/guide/component/let)): ```html Loading... ```

@sdspvtltd if you want to manually instantiate `ng-scrollbar` component, use [createComponent()](https://netbasal.com/getting-to-know-the-createcomponent-api-in-angular-22fb115f08e2) function instead of calling the constructor yourself. ```ts const ngScrollbar = createComponent(NgScrollbar, { hostElement: this.elementRef.nativeElement, environmentInjector: this.environmentInjector, projectableNodes: [...

@sean-perkins any timeline for utilizing custom elements build in Angular library? This would also allow using the new esbuild/vite compiler with Angular.

@markwhitfeld utility functions seem to work great in Angular 15 with `inject()` instead of private `ɵɵdirectiveInject()`: https://stackblitz.com/edit/ngxs-select-dispatch-utils-v0-fa8hnc?file=src%2Fapp%2Fapp.component.ts

@v00v I guess he was referring to [this PR](https://github.com/zephir-lang/zephir/pull/2392) which was merged into [zephir development branch](https://github.com/zephir-lang/zephir/tree/development).

Angular v16 was just released where they dropped `ngcc`. @nsbarsukov how is `maskito` coming along? Do you plan to start using it in `taiga-ui` soon?