Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gregs

Pages: [1]
1
ParamQuery Pro Evaluation Support / Nested Grids with Angular
« on: August 03, 2023, 03:18:45 am »
I'm trying to get nested grids with local data working with Angular code.  Going from this sample and trying to make it work with Angular code.
https://paramquery.com/pro/demos/nesting_local

Would it be possible to get an Angular local nested grid sample or some ideas on how to make this work in Angular?

2
Thank you for the reply with the updated Angular sample.  I was able to get this working.
Now I'm trying to get nested grids working.  Trying to get this working but with Angular code. 
https://paramquery.com/pro/demos/nesting_local

Would it be possible to get an Angular local nested grid sample or some ideas on how to make this work in Angular?

Thank you!

3
I'm attempting to get pq grid pro working with Angular.  I downloaded a couple of the Angular demo projects from https://paramquery.com/pro/demos.
When I run npm install for these I get errors resolving dependencies.  It also seems these samples are using older versions of Angular and other dependencies.  Looking at the package.json file shows Angular 7.x.  I was hoping to get some help resolving these errors or ideally some sample code with updated versions of Angular. 
These are the errors I'm getting with npm install.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @angular/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/compiler
npm ERR!   @angular/compiler@"^7.2.13" from the root project
npm ERR!   peer @angular/compiler@"7.2.16" from @angular/[email protected]
npm ERR!   node_modules/@angular/platform-browser-dynamic
npm ERR!     @angular/platform-browser-dynamic@"^7.2.13" from the root project
npm ERR!   1 more (codelyzer)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/compiler@"7.0.4" from @angular/[email protected]
npm ERR! node_modules/@angular/compiler-cli
npm ERR!   dev @angular/compiler-cli@"~7.0.0" from the root project
npm ERR!   peer @angular/compiler-cli@">=5.0.0 <8.0.0 || ^7.0.0-beta.0" from @ngtools/[email protected]
npm ERR!   node_modules/@ngtools/webpack
npm ERR!     @ngtools/webpack@"7.0.7" from @angular-devkit/[email protected]
npm ERR!     node_modules/@angular-devkit/build-angular
npm ERR!       dev @angular-devkit/build-angular@"~0.10.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @angular/[email protected]
npm ERR! node_modules/@angular/compiler
npm ERR!   peer @angular/compiler@"7.0.4" from @angular/[email protected]
npm ERR!   node_modules/@angular/compiler-cli
npm ERR!     dev @angular/compiler-cli@"~7.0.0" from the root project
npm ERR!     peer @angular/compiler-cli@">=5.0.0 <8.0.0 || ^7.0.0-beta.0" from @ngtools/[email protected]
npm ERR!     node_modules/@ngtools/webpack
npm ERR!       @ngtools/webpack@"7.0.7" from @angular-devkit/[email protected]
npm ERR!       node_modules/@angular-devkit/build-angular
npm ERR!         dev @angular-devkit/build-angular@"~0.10.0" from the root project

Pages: [1]