{"id":20563043,"url":"https://github.com/williamaguera/ngx-waprinter","last_synced_at":"2026-04-15T20:33:06.121Z","repository":{"id":187000398,"uuid":"136232587","full_name":"WilliamAguera/ngx-waprinter","owner":"WilliamAguera","description":"An Angular Component Helper for printing","archived":false,"fork":false,"pushed_at":"2018-12-04T03:13:08.000Z","size":613,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T08:19:14.853Z","etag":null,"topics":["angular","angular-component","angular-print","helper","printer"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WilliamAguera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-06-05T20:42:32.000Z","updated_at":"2020-01-13T16:55:03.000Z","dependencies_parsed_at":"2023-08-08T16:06:43.461Z","dependency_job_id":null,"html_url":"https://github.com/WilliamAguera/ngx-waprinter","commit_stats":null,"previous_names":["williamaguera/ngx-waprinter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WilliamAguera/ngx-waprinter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamAguera%2Fngx-waprinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamAguera%2Fngx-waprinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamAguera%2Fngx-waprinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamAguera%2Fngx-waprinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilliamAguera","download_url":"https://codeload.github.com/WilliamAguera/ngx-waprinter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamAguera%2Fngx-waprinter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31859455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-component","angular-print","helper","printer"],"created_at":"2024-11-16T04:16:05.860Z","updated_at":"2026-04-15T20:33:06.099Z","avatar_url":"https://github.com/WilliamAguera.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NgxWaPrinter\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.5.\n\n  [Live Demo](https://ngx-waprinter.stackblitz.io/)\n\n  [Source Code](https://stackblitz.com/edit/ngx-waprinter)\n\n## Installation\n\n1. Having NPM installation run the following command on your terminal to install it:\n\n    ```bash\n    $ npm install ngx-waprinter --save\n    ```\n    \n## Usage\nThe use of the components is basically the importation of the main module and the use of the directives in its application.\n\n   ```typescript\n   import { BrowserModule } from '@angular/platform-browser';\n   import { FormsModule } from '@angular/forms';\n   import { NgModule } from '@angular/core';\n   import {NgxWaprinterModule} from 'ngx-waprinter';\n   \n   import { AppComponent } from './app.component';\n   \n   @NgModule({\n     declarations: [\n       AppComponent\n     ],\n     imports: [\n       BrowserModule,\n       NgxWaprinterModule\n     ],\n     providers: [],\n     bootstrap: [AppComponent]\n   })\n   export class AppModule { }\n   ```  \nOnce your library is imported, you can use its components, directives and pipes in your Angular application:\n\n```xml\n\u003c!-- You can now use your library component in app.component.html --\u003e\n\n\u003cngx-waprinter #waPrint\u003e\n  \u003cngx-waprinter-header\u003e\n    \u003cdiv class=\"header\" fxLayout=\"row\" fxLayoutAlign=\"space-between center\"\u003e\n      \u003cdiv class=\"header-data\"\u003e\n        \u003ch2\u003e{{ 'Pacients Report' | uppercase }}\u003c/h2\u003e\n        \u003cspan\u003e{{ 'Initial Date: 2018/06/01' | uppercase }}\u003c/span\u003e\n        \u003cspan\u003e{{ 'Final Date: 2018/06/04' | uppercase }}\u003c/span\u003e\n      \u003c/div\u003e\n      \u003cimg src=\"../assets/img/mediclogo.jpg\" width=\"70\" height=\"70\"\u003e\n    \u003c/div\u003e\n  \u003c/ngx-waprinter-header\u003e\n\u003c/ngx-waprinter\u003e\n\n\u003cbutton class=\"wa-button\" (click)=\"waPrint.print(data)\"\u003ePrint Report\u003c/button\u003e\n\n```\n### Feedback\nFeedback is always welcome.\n\n\n## License\n\nThe MIT License (MIT)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this\nsoftware and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamaguera%2Fngx-waprinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamaguera%2Fngx-waprinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamaguera%2Fngx-waprinter/lists"}