{"id":28903849,"url":"https://github.com/src-mgra/calculate-component","last_synced_at":"2026-04-24T12:06:34.347Z","repository":{"id":57192770,"uuid":"154287369","full_name":"src-mgra/calculate-component","owner":"src-mgra","description":"shows a component-example with use of angular-router","archived":false,"fork":false,"pushed_at":"2018-11-05T11:21:07.000Z","size":173,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T15:33:25.359Z","etag":null,"topics":["angular","angular-router","approach","calculations","change-detection","component","equation-solver","equations","example","gauss-elimination","material-design","render","useful"],"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/src-mgra.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}},"created_at":"2018-10-23T08:02:04.000Z","updated_at":"2023-03-22T16:24:03.000Z","dependencies_parsed_at":"2022-08-24T03:10:58.426Z","dependency_job_id":null,"html_url":"https://github.com/src-mgra/calculate-component","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/src-mgra/calculate-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fcalculate-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fcalculate-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fcalculate-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fcalculate-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/src-mgra","download_url":"https://codeload.github.com/src-mgra/calculate-component/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-mgra%2Fcalculate-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32222518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-router","approach","calculations","change-detection","component","equation-solver","equations","example","gauss-elimination","material-design","render","useful"],"created_at":"2025-06-21T12:06:48.776Z","updated_at":"2026-04-24T12:06:34.342Z","avatar_url":"https://github.com/src-mgra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calc-Component\n\n## use of calc-component\nnpm install git+https://github.com/src-mgra/calc-component --save\n\nor\n\nnpm install calc-component --save\n\nin project:\n\nimport { CalcComponent } from 'calc-component';\n\n\n## bind component\nrefer to component by insert:  \n\n            calculate linear equation system:\n            \n             1x+1y+1z=3\n             2x-3y-1z=2\n             4x-5y-1z=1\n             \n  {\"size\":3,\"matrix\":[\n\n    [1,1,1,3],\n    [2,-3,-1,2],\n    [4,-5,-1,1]\n  ]}\n\nput the equations in json format in the parameters, the last value of each line corresponds to the constant!\n\n\n\n            \u003capp-calc-component value='{\"size\":3,\"matrix\":[[1,1,1,3],[2,-3,-1,2],[4,-5,-1,1]]}' selCalc='eq-solver'\u003e\u003c/app-calc-component\u003e\n\n\n            or\n            calculate circular area:\n\n            \u003capp-calc-component value=5 selCalc='circulararea'\u003e\u003c/app-calc-component\u003e\n            \n\n            or\n            calculate cirumference:\n\n            \u003capp-calc-component value=5 selCalc='circumference'\u003e\u003c/app-calc-component\u003e\n\n\n## build component\n\nin directory clac-component you can build the component with\n\nnpm run build\n\nand publish it later as a npm-package with\n\nnpm publish --access=public\n\n(set keys and license before)\n\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\nDemo:\nhttps://stackblitz.com/github/src-mgra/calc-component\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-mgra%2Fcalculate-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrc-mgra%2Fcalculate-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-mgra%2Fcalculate-component/lists"}