Skip to content

Feature Request: Attribute binding to individual properties #1

@wSedlacek

Description

@wSedlacek

As this is currently written an entire GridOptions must be provided.
This doesn't fall in line with other Angular libraries like Angular Material where options are bound on individual attributes.

I would like to see something like this.

<div muuriGrid fillGaps rounding [horizontal]="false">
    <div *ngFor="let item of blockItems" muuriGridItem>
        <div>
            {{ item }}
        </div>
    </div>
</div>

These would also need to support being updated after the grid is created in the event that a property binding is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions