remove e2e, update readme in ngx-data and publish first alpha versions :))

This commit is contained in:
2024-08-25 21:08:55 -04:00
parent 391d773e26
commit 5c62f15e16
7 changed files with 9 additions and 106 deletions
+3 -22
View File
@@ -1,24 +1,5 @@
# NgxData
> This project was originally initiated by [Powered Software Inc.](https://poweredsoft.com/) and was forked from the [ngx-data](https://github.com/PoweredSoft/ngx-data) Repository
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.4.
## License
## Code scaffolding
Run `ng generate component component-name --project ngx-data` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-data`.
> Note: Don't forget to add `--project ngx-data` or else it will be added to the default project in your `angular.json` file.
## Build
Run `ng build ngx-data` to build the project. The build artifacts will be stored in the `dist/` directory.
## Publishing
After building your library with `ng build ngx-data`, go to the dist folder `cd dist/ngx-data` and run `npm publish`.
## Running unit tests
Run `ng test ngx-data` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
This project is licensed under the [MIT License](LICENSE).
+2 -1
View File
@@ -1,6 +1,7 @@
{
"name": "@openharbor/ngx-data",
"version": "18.0.0-alpha.1",
"version": "18.0.0-alpha.2",
"repository": "https://git.openharbor.io/Open-Harbor/ngx-data",
"dependencies": {
"tslib": "^2.7.0"
},