Justify Photo Grid is a simple Angular component to make reactive photo grid.
npm install justify-photo-gridnpm install justify-photo-grid
typescript
import { JustifyPhotoGridModule } from 'justify-photo-grid';
@NgModule({
declarations:: [],
imports: [JustifyPhotoGridModule]
})
`
Finally, to use the component in your DOM, call: