Douglas Gomes de Souza
Douglas Gomes de Souza
I implemented it this way: @andrewseguin @rohanshenoy96 @palarnab .html ``` Tipo {{item.type}} Descrição {{item.name)}} Quantidade {{item.quantity | number: '1.2-2'}} ``` The tabindex in TR make keyboard focus work. .ts ```...
I made a Directive for that with some improvements: **MatRowKeyboardSelection** [https://www.npmjs.com/package/mat-row-keyboard-selection](https://www.npmjs.com/package/mat-row-keyboard-selection) @palarnab @andrewseguin
I have also been thinking about this issue, especially regarding the reuse of the connection. The way that the transaction () method was implemented seems to be safe, as it...
I have the same error here when defining a function that uses `image` instead of `handler`.
Fixes #227