https://github.com/abalad/ngx-report
A library for creating pages that can be printed with a footer, body and header
https://github.com/abalad/ngx-report
Last synced: 2 months ago
JSON representation
A library for creating pages that can be printed with a footer, body and header
- Host: GitHub
- URL: https://github.com/abalad/ngx-report
- Owner: abalad
- License: mit
- Created: 2020-12-03T12:17:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:55:35.000Z (almost 2 years ago)
- Last Synced: 2025-10-01T02:29:21.883Z (9 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NgxReport
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.6.
## Code scaffolding
Run `ng generate component component-name --project ngx-report` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-report`.
> Note: Don't forget to add `--project ngx-report` or else it will be added to the default project in your `angular.json` file.
## Build
Run `ng build ngx-report` to build the project. The build artifacts will be stored in the `dist/` directory.
## Publishing
After building your library with `ng build ngx-report`, go to the dist folder `cd dist/ngx-report` and run `npm publish`.
## Running unit tests
Run `ng test ngx-report` 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).