shlomiassaf / ngrid

A angular grid for the enterprise
https://shlomiassaf.github.io/ngrid
MIT License
241 stars 40 forks source link

Refactor RTL #141

Closed ronnetzer closed 3 years ago

ronnetzer commented 3 years ago

2 main things were done in this PR:

  1. expose dir from grid and use it internally for drag, resize and overlay plugins instead of material's Directionality
  2. pass the correct Directionality to markdown dynamic component portal from the current node injector (Dir directive instead of Directionality from root)

fixes #129 fixes #130