Results 7 comments of yantrab

Hi @aigoncharov can you please give as some repo example how to use angular-builders to keep class names?

Hey Ben. Finally i found the way: ``` onDragStop(item) { item._ngGrid._items.forEach((e) => { var id = e._ngEl.nativeElement.id; this.categories.filter(a => a.id == id)[0].sort = e._row; }); this.categories = this.categories.sort(function (a, b)...

https://github.com/yantrab/strongly/blob/master/src/utils/typescript-service.ts this is very old issue, but maybe it will help someone, i generate ajv/swagger schema from typescript.

just `dir="rtl"` on root element.

@omaracrystal solution work for me, but then , i have problem with z-index. ![image](https://user-images.githubusercontent.com/12247800/63769387-5d497900-c8db-11e9-963c-1521e98fcaa3.png) ![image](https://user-images.githubusercontent.com/12247800/63769415-6f2b1c00-c8db-11e9-9339-d87a504206be.png)