ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: TenarisDev on July 01, 2023, 02:18:56 am
-
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
-
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.