{"id":25549748,"url":"https://github.com/matheusadc/crud-angular","last_synced_at":"2026-05-04T14:43:24.679Z","repository":{"id":278037553,"uuid":"934313157","full_name":"MatheusADC/crud-angular","owner":"MatheusADC","description":"A project that creates the front-end of a website using Angular to perform CRUD operations.","archived":false,"fork":false,"pushed_at":"2025-02-18T17:54:35.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T18:43:15.901Z","etag":null,"topics":["angular","angular-material"],"latest_commit_sha":null,"homepage":"","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/MatheusADC.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":"2025-02-17T16:12:01.000Z","updated_at":"2025-02-18T17:54:39.000Z","dependencies_parsed_at":"2025-02-18T18:43:20.933Z","dependency_job_id":"5ac50d97-fe21-454a-ad53-e5ebbd41abdc","html_url":"https://github.com/MatheusADC/crud-angular","commit_stats":null,"previous_names":["matheusadc/crud-angular-spring","matheusadc/crud-angular"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusADC%2Fcrud-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusADC%2Fcrud-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusADC%2Fcrud-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatheusADC%2Fcrud-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatheusADC","download_url":"https://codeload.github.com/MatheusADC/crud-angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816506,"owners_count":19701753,"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-material"],"created_at":"2025-02-20T10:19:49.406Z","updated_at":"2026-05-04T14:43:24.666Z","avatar_url":"https://github.com/MatheusADC.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003csub\u003e\u003cimg src=\"https://github.com/user-attachments/assets/60f6e980-0bed-4df6-970b-16059659ee78\" alt=\"Angular icon\" width=\"38\"\u003e\u003c/sub\u003e Description\nA project that creates the front-end of a website using Angular to perform CRUD operations.\n\n# \u003csub\u003e\u003cimg src=\"https://github.com/user-attachments/assets/f4356701-e53e-4c89-99dd-ce3656919e7b\" alt=\"Angular icon\" width=\"40\"\u003e\u003c/sub\u003e Back-End\n[Click here](https://github.com/MatheusADC/crud-spring)\n\n# \u003csub\u003e\u003cimg src=\"https://github.com/user-attachments/assets/6d7dde36-c2de-46fe-801e-3acb3620a552\" alt=\"terminal icon\" width=\"36\"\u003e\u003c/sub\u003e Commands\n### 1. Angular 12 Installation\n```\nnpm install -g @angular/cli@12\n```\n\n### 2. NVM for Windows Installation (nvm-setup.exe)\nThis software allows the installation and use of multiple versions of Node. To install, [click here](https://github.com/coreybutler/nvm-windows/releases).\n\n\n### 3. Node 14 Installation\n```\nnvm install 14.21.3\n```\n\n\u003cbr/\u003e\n\n\u003e [!CAUTION]\n\u003e Uninstall Node from your machine before installing NVM.\n\n\u003cbr/\u003e\n\n### 4. Using Node 14\n```\nnvm use 14.21.3\n```\n\n\u003cbr/\u003e\n\n\u003e [!TIP]\n\u003e To check which versions of Node are installed, type ```nvm ls```\n\n\u003cbr/\u003e\n\n### 5. Angular Material Installation\n```\nng add @angular/material\n```\n\n\u003cbr/\u003e\n\n\u003e [!CAUTION]\n\u003e The Angular Material used is from version 12, and to find the documentation for its components, [click here](https://v12.material.angular.io/components/categories).\n\n\u003cbr/\u003e\n\n### 6. Start the server\n```\nng serve\n```\n\n### 7. Create a module with routing\n```\nng g m \u003cmodule_name\u003e --routing\n```\n\n### 8. Create a component within an existing module\n```\nng g c \u003cmodule_name\u003e/\u003ccomponent_name\u003e\n```\n\n### 9. Create a interface\n```\nng g interface \u003cpath\u003e/\u003cinterface_name\u003e\n```\n\n### 10. Create a service\n```\nng g s \u003cpath\u003e/\u003cservice_name\u003e\n```\n\n### 11. Create a pipe\n```\nng g pipe \u003cpath\u003e/\u003cpipe_name\u003e\n```\n\n### 12. Checking the Angular version and related packages\n```\nng version\n```\n\n### 13. Updating Angular Core and Angular CLI (v12 to v13)\n```\nng update @angular/core@13.3.3 @angular/cli@13.3.3\n```\n\n### 14. Updating Angular CDK and Angular Material (v12 to v13)\n```\nng update @angular/cdk@13.3.3 @angular/material@13.3.3\n```\n\n### 15. Run the Angular server after creating the proxy\n```\nnpm run start\n```\n\n### 16. Updating Angular Core and Angular CLI (v13 to v14)\n```\nng update @angular/core@14.1.0 @angular/cli@14.1.0\n```\n\n### 17. Updating Angular CDK and Angular Material (v13 to v14)\n```\nng update @angular/cdk@14.1.0 @angular/material@14.1.0\n```\n\n### 18. Create a resolver\n```\nng g resolver \u003cpath\u003e/\u003cresolver_name\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusadc%2Fcrud-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusadc%2Fcrud-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusadc%2Fcrud-angular/lists"}