João Carvalho
João Carvalho
I'm working on a project where this need is being presenting. I look at the code and a way to do it could be: - to have an attribute, 'centerH-parent'...
In position.service in getItemsDimensionFromDOM function, to calculate the width in this [line](https://github.com/tristanguigue/angular-dynamic-layout/blob/d162d32be51435e3d129920cc59befe1c3e3a523/src/position.service.js#L66), the marginRight is not being taken in account. Is this a bug? there any reason for this? I...
As in #27 ... An attribute named 'dynamic-layout-fullWidth' in the first child of each item/card to indicate that the item should have its width equal to container width.
When throwing errors I think the Error object should be used instead of just throwing a message string: Instead of this: [position.service.js](https://github.com/tristanguigue/angular-dynamic-layout/blob/d162d32be51435e3d129920cc59befe1c3e3a523/src/position.service.js#L223) .... if (item.columnSpan > colHeights.length) { throw 'Item...
New features: - allow an item to be center horizontaly #27 by include a new attribute in the item's first child named 'dynamic-layout-centerH' - allow an item to be full...
Using _**safeset**_, the custom event is always fired (and changes broadcasted to channel), even when the value stored does not changed. I understand that the value that is really stored...
Hi, I'm using localDataStorage (excellent work ❗👏👍, by the way) in a web application to manage some data that needs to be synchronized between tabs. Using the Broadcast Channel API,...