{"id":17122866,"url":"https://github.com/rdgfuentes/crypto-sample","last_synced_at":"2026-05-05T12:33:58.318Z","repository":{"id":148494005,"uuid":"158596764","full_name":"rdgfuentes/crypto-sample","owner":"rdgfuentes","description":"Angular 7 app sample built with @angular/cli @angular/material and @angular/pwa","archived":false,"fork":false,"pushed_at":"2018-11-21T20:28:56.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:12:20.998Z","etag":null,"topics":["angular","angular-cli","angular-components","angular-pwa","material-components","material-design","pwa"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdgfuentes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-21T19:29:20.000Z","updated_at":"2018-11-21T20:28:58.000Z","dependencies_parsed_at":"2023-06-26T22:38:44.835Z","dependency_job_id":null,"html_url":"https://github.com/rdgfuentes/crypto-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rdgfuentes/crypto-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdgfuentes%2Fcrypto-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdgfuentes%2Fcrypto-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdgfuentes%2Fcrypto-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdgfuentes%2Fcrypto-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdgfuentes","download_url":"https://codeload.github.com/rdgfuentes/crypto-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdgfuentes%2Fcrypto-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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-cli","angular-components","angular-pwa","material-components","material-design","pwa"],"created_at":"2024-10-14T18:24:05.851Z","updated_at":"2026-05-05T12:33:58.262Z","avatar_url":"https://github.com/rdgfuentes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CryptoSample\n\nAplicación de ejepmplo para utilizar las características de PWA brindadas por Angular, utilizando @angular/cli, @angular/material y @angular/pwa.\n\nProbá la [Demo](https://crypto-sample-rb9jq7dh1.now.sh/) publicada en [Now - Global Serverless Deployments](https://zeit.co/now) \n\n\n## Pre-requisitos\n[Angular CLI](https://github.com/angular/angular-cli) version 7.0.6.\n```\nnpm i -g @angular/cli@7\n```\n\n\n## Pasos\n\n### Crear una nueva Angular app\n```\nng new crypto-sample --routing --style=scss\n```\n`git checkout paso-01`\n\n### Agregar soporte para Angular Material\n```\nng add @angular/material\n```\n`git checkout paso-02`\n\n### Generar componentes custom de Material para la app\n```\nng generate @angular/material:nav nav\nng generate @angular/material:dashboard dashboard\nng generate @angular/material:table coin-list\n```\n`git checkout paso-04`\n\n### Agregar servicio que se conecta con la API externa\n```\nng g s services/crypto-compare\nng g i services/crypto-compare/crypto-compare-coin\nng g i services/crypto-compare/crypto-compare-response\n```\n`git checkout paso-07`\n\n### Agregar soporte para PWA a nuestra app\n```\nng add @angular/pwa\n```\n`git checkout paso-08`\n\n## Corriendo la App con SW\nPara lograr que funcionen nuestros service workers debemos buildear la app en modo production `ng build --prod` y servirla desde un http server.\n```\nnpm run start:pwa\n```\nLuego navega a `http://localhost:3000/`. \n\n---\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.6.\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\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo 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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdgfuentes%2Fcrypto-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdgfuentes%2Fcrypto-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdgfuentes%2Fcrypto-sample/lists"}