ng-masonry-grid icon indicating copy to clipboard operation
ng-masonry-grid copied to clipboard

Multiple grids on same page

Open Grundell opened this issue 6 years ago • 7 comments

Hello,

At the moment im looking in to creating a page where I have multiple sections with one grid in each section.

Though as of now I'm not able to get it to work as desired - I've tried working with both working with seperate components and the same...

Following link is a quick setup so you're able to see my issue. https://stackblitz.com/edit/angular-uhzyff

I assume there is something that im missing here?

Thank you for taking the time to look at it!

// Max

Grundell avatar May 30 '18 07:05 Grundell

+1

viniciusaugutis avatar Jun 01 '18 19:06 viniciusaugutis

+1

yankev13 avatar Jun 01 '18 19:06 yankev13

+1

joao-salgado avatar Jun 01 '18 19:06 joao-salgado

A solltion I found was using the timeout https://stackblitz.com/edit/angular-afvcbt?file=src%2Fapp%2Fapp.component.html

yankev13 avatar Jun 05 '18 16:06 yankev13

Is there any other way to to display multiple grid on single page other then using time out function?

megh10256 avatar Dec 01 '18 03:12 megh10256

@megh10256 @yankev13 @Grundell

Any solution ?

shivangpatel avatar Aug 20 '19 05:08 shivangpatel

Quick solution: provide the NgMasonryGridService in component instead of module

HangLoop avatar Jul 03 '20 05:07 HangLoop