{"id":21186631,"url":"https://github.com/geontech/sigplot-example","last_synced_at":"2025-03-14T20:18:18.737Z","repository":{"id":146038879,"uuid":"107315584","full_name":"Geontech/sigplot-example","owner":"Geontech","description":"Angular web app showcasing SigPlot Components via sigplot-ng and sigplot-ts","archived":false,"fork":false,"pushed_at":"2017-11-02T15:11:50.000Z","size":2492,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-21T12:48:41.606Z","etag":null,"topics":["angular","angular-components","sigplot"],"latest_commit_sha":null,"homepage":"https://geontech.github.io/sigplot-example","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Geontech.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-17T19:38:32.000Z","updated_at":"2017-10-18T15:41:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2a22695-b0dc-4a2f-ba5f-145ddce9aca9","html_url":"https://github.com/Geontech/sigplot-example","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fsigplot-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fsigplot-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fsigplot-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geontech%2Fsigplot-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geontech","download_url":"https://codeload.github.com/Geontech/sigplot-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243639557,"owners_count":20323511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-components","sigplot"],"created_at":"2024-11-20T18:24:53.871Z","updated_at":"2025-03-14T20:18:18.713Z","avatar_url":"https://github.com/Geontech.png","language":"TypeScript","readme":"# SigPlot Angular Components Example\n\nThis project was built using Angular CLI 1.4.2 along with Geon's [Angular Components for Sigplot][sigplot-ng], [type-friendly extensions][sigplot-ts], and LGS Innovation's [SigPlot][sigplot].\n\n## Installation of the App\n\nRun `npm install`.\n\n## Development Server\n\nRun `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\nIf you would like to develop with linked libraries or exposing the webserver to your external network interface, use `npm start:dev`.\n\n## Make Your Own\n\nSee the Angular CLI documentation for more details, however the gist is:\n\n```bash\nnpm install -g @angular/cli\nng new my-app\ncd my-app\nnpm install --save \\\n    sigplot-ng \\\n    sigplot-ts \\\n    sigplot@git://github.com/geontech/sigplot.git#develop-2.0-ts\n```\n\n \u003e Note: At this time, the implementation uses a fork of LGS Innovation's `develop-2.0` branch which contains minor changes: adding `plugins` to the base module, and extensive typings definitions.  We intend to submit a pull request to get these changes merged soon.\n\nNext, in your application's top module, import the SigPlot Components Module (to gain access to the components):\n\n```typescript\nimport { SigPlotComponentsModule } from 'sigplot-ng';\n\n// At your NgModule\n@NgModule({\n    imports: [\n        SigPlotComponentsModule\n    ]\n})\nexport class YourModule {}\n```\n\nThe additional types used in this library as well as mirrors of the Typings found in `sigplot` are provided by `sigplot-ts`.\n\n[sigplot]: https://www.npmjs.com/package/sigplot\n[sigplot-ng]: https://www.npmjs.com/package/sigplot-ng\n[sigplot-ts]: https://www.npmjs.com/package/sigplot-ts","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeontech%2Fsigplot-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeontech%2Fsigplot-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeontech%2Fsigplot-example/lists"}