sanuradhag / angular-switchable-grid

A simple grid , which can be used to view data as tile blocks or as a typical list.
MIT License
11 stars 3 forks source link

Angular 8 #9

Open ashwinichetan opened 4 years ago

ashwinichetan commented 4 years ago

@sanuradhag Getting below error in Angular 8

ERROR in ../node_modules/angular-switchable-grid/grid.component.ts(87,4): error TS2554: Expected 2 arguments, but got 1.

sanuradhag commented 4 years ago

Hi @ashwinichetan,

This library was developed using angular 4. I will update this latest angular version. Feel free to create a pull request if you managed to update the library to latest angular version.