-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official Release #9
Comments
Hi Erick, |
I i can ask you an advice, i want to do some experiment with this type of approach, the component creation is clear for me, what kind of method do you use for reorder? I explain: i add two child components to a host component, i want to swith position. Have you some tecnique or point me to the portion of code you use in this library? |
@eppak Updating that to be sortable might be what is needed. I will actually, at some point, add this functionality. |
Can we avoid/minimize use of session/local storage and can pass control to developer to pass the board at run time? |
@9561690684 feeding in the board's data structure programmatically as input is definitely doable. At some point I actually wrote the code to do that. All you need to do is create an @input property on the GridComponent and associate it with the model class variable. The value of the Input property can be derived from app/services/configuration-sample-boards.model.ts You can pass it in via the BoardComponent's view.html. |
We really like this dashboard and would love to start using it in a prod environment; are there plans for an official release?
The text was updated successfully, but these errors were encountered: