Author Topic: do you have @angular/cli": "~16.0.3" and paramquery 9.0.0 with a basic grid  (Read 233 times)

TenarisDev

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 7
    • View Profile
Good afternoon ,
Do you have please an example for angular with version  "@angular/cli": "~16.0.3" and paramquery 9.0.0 with a basic grid ?
thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Dear TenarisDev

Please check and download the following project based on pqgrid 9.0.1 and Angular 16

https://stackblitz.com/edit/paramquery-ng16-locale

Uncompress the zip file.
Navigate to the uncompressed folder in command prompt
Run "yarn" in command prompt
Run "ng serve" in command prompt
Open localhost:4200 in the browser

Please let me know if you face any problems.