Antonino Bonanno

Results 14 comments of Antonino Bonanno

I think it could be a useful feature for many people to keep rows sorted even when moving an element from below. If your point of view is different, your...

You are right, I use elements with the same height (I block the element height from code, minH = maxH = h = 2) With a more complex template like...

@llorenspujol any updates for this?

```typescript @ViewChild(ItModalComponent) myModal: ItModalComponent; myModal.toggle() ```

puoi assegnare un id ad ogni modale ```html ``` ```typescript @ViewChild('modal') myModal: ItModalComponent; @ViewChild('modalTest') myModalTest: ItModalComponent; ```

@astagi si può pensare a ripristinare `validationMode` a `only-invalid` e utilizzare un provider ad hoc per configurare globalmente/o singolo componente la configurazione form

@astagi si, qui c'è un esempio https://github.com/AntoninoBonanno/design-angular-kit-pa-demo/blob/08ff44474b428b0c70b192b88e5fde791cb58373/src/app/components/report-tab/report-tab.component.ts

Sinceramente non ho mai disabilitato l'ottimizzazione degli script. Se disabilitando questa opzione si disabilita anche l'ottimizzazione del codice Angular, sarebbe meglio gestire l'animazione e il comportamento del componente direttamente in...