Support for Angular 7
We support Angular 7 for your convenience
Angular support
JSQL supports the Angular framework in version 7, therefore, you can successfully perform database queries directly from the level of your favorite framework.
Our library offers full support for RxJS, provides the JSQL module and the JSQL configuration class and a service for performing queries for full compatibility during integration with your project.
ng-serve limited support
Due to the technological limits associated with the inability to create your own angular-cli tasks, JSQL hashings work only in the ng build mode but you can still use JSQL with Angular 7 with the Disable hashing for development mode option with the ng serve mode.
How to integrate Angular with JSQL
Read the documentation or getting started to start with JSQL
NPM registry
The JSQL Angular libraries are available in the NPM registry and this is the only official distribution of our product for Angular framework.
Angular 7 (latest)
Get acquainted with the library page in the NPM registry at
https://www.npmjs.com/package/jsql-angular7
Or simply download using NPM
npm install jsql-angular7
