Questions tagged [angular-masonry]

An AngularJS directive for Masonry:

18 questions
0
votes
1 answer

Angular Masonry options not working

I'm unable to set options for ng-Masonry: https://www.npmjs.com/package/ng-masonry
None of the options I set appear in the UI. Any way around this?
Brian
  • 189
  • 3
  • 13
0
votes
0 answers

Uncaught Error: Unexpected value 'undefined' imported by the module 'AppModule'

here is my project app module app.module.ts: import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { ServiceService } from './apiServices/service.service'; import { AppComponent } from…
allo
  • 83
  • 3
  • 9
0
votes
1 answer

Keep the original order of media elements in angular2-masonry plugin

I'm using an angular2-masonry plugin for an angular project, where I need to display the media without changing its order. There is no option available for the angular2-masonry plugin. So is there any way to make it happen? Thanks.
abhijeetwebdev
  • 366
  • 1
  • 4
  • 14
1
2