{"id":14972278,"url":"https://github.com/bezkoder/angular-16-crud-example","last_synced_at":"2025-10-20T06:44:22.268Z","repository":{"id":169327824,"uuid":"645256404","full_name":"bezkoder/angular-16-crud-example","owner":"bezkoder","description":"Angular 16 CRUD example with Web API - Angular 16 project - sample app with a CRUD example to consume Rest API","archived":false,"fork":false,"pushed_at":"2023-12-20T08:23:13.000Z","size":145,"stargazers_count":29,"open_issues_count":0,"forks_count":39,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T22:24:02.390Z","etag":null,"topics":["angular","angular-16","angular16","bootstrap","bootstrap-4","bootstrap4","crud","crud-app","crud-application","crud-operation","crud-operations","crud-sample","httpclient"],"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/bezkoder.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":"2023-05-25T08:56:58.000Z","updated_at":"2024-10-22T19:51:18.000Z","dependencies_parsed_at":"2024-09-23T11:01:26.171Z","dependency_job_id":"160b45ae-3ff6-4016-ba44-aa11fbb22f0b","html_url":"https://github.com/bezkoder/angular-16-crud-example","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"e760ebb02fd950b478b0fa863e767b672929b10d"},"previous_names":["bezkoder/angular-16-crud-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-crud-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-crud-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-crud-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-16-crud-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/angular-16-crud-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386130,"owners_count":19463305,"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-16","angular16","bootstrap","bootstrap-4","bootstrap4","crud","crud-app","crud-application","crud-operation","crud-operations","crud-sample","httpclient"],"created_at":"2024-09-24T13:46:40.088Z","updated_at":"2025-10-20T06:44:17.237Z","avatar_url":"https://github.com/bezkoder.png","language":"TypeScript","readme":"# Angular 16 example project: CRUD with Rest API\n\nBuild an Angular 16 CRUD example App to consume Rest APIs, display, modify \u0026 search data.\n\nTutorial Application in that:\n- Each Tutorial has id, title, description, published status.\n- We can create, retrieve, update, delete Tutorials.\n- There is a Search bar for finding Tutorials by title.\n\n![angular-16-crud-example](angular-16-crud-example.png)\n\nRun `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. The app will automatically reload if you change any of the source files.\n\nFor instruction, please visit:\n\u003e [Angular 16 CRUD example with Rest API](https://www.bezkoder.com/angular-16-crud-example/)\n\nMore Practice:\n\u003e [Angular 16 Pagination example](https://www.bezkoder.com/angular-16-pagination-ngx/)\n\n\u003e [Angular 16 JWT Authentication \u0026 Authorization example](https://www.bezkoder.com/angular-16-jwt-auth/)\n\n\u003e [Angular 16 File upload example with Progress bar](https://www.bezkoder.com/angular-16-file-upload/)\n\n\u003e [Angular 16 Form Validation example](https://www.bezkoder.com/angular-16-form-validation/)\n\nFullstack with Node:\n\n\u003e [Angular 16 + Node Express + MySQL example](https://www.bezkoder.com/angular-16-node-js-express-mysql/)\n\n\u003e [Angular 16 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-16-node-js-express-postgresql/)\n\n\u003e [Angular 16 + Node Express + MongoDB example](https://www.bezkoder.com/angular-16-node-js-express-mongodb/)\n\n\u003e [Angular 16 + Node Express: File upload example](https://www.bezkoder.com/angular-16-node-express-file-upload/)\n\nFullstack with Spring Boot:\n\n\u003e [Angular 16 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-16-crud/)\n\n\u003e [Angular 16 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-16-mysql/)\n\n\u003e [Angular 16 + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-16-postgresql/)\n\n\u003e [Angular 16 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-16-mongodb/)\n\n\u003e [Angular 16 + Spring Boot: File upload example](https://www.bezkoder.com/angular-16-spring-boot-file-upload/)\n\nFullstack with Django:\n\u003e [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud-rest-framework/)\n\n\u003e [Angular + Django + MySQL](https://www.bezkoder.com/django-angular-mysql/)\n\n\u003e [Angular + Django + PostgreSQL](https://www.bezkoder.com/django-angular-postgresql/)\n\n\u003e [Angular + Django + MongoDB](https://www.bezkoder.com/django-angular-mongodb/)\n\nSecurity:\n\u003e [Angular 16 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-16-spring-boot-jwt-auth/)\n\n\u003e [Angular 16 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-16-jwt-auth/)\n\nServerless with Firebase:\n\u003e [Angular 16 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-16-firebase-crud/)\n\n\u003e [Angular 16 Firestore CRUD example](https://www.bezkoder.com/angular-16-firestore-crud/)\n\n\u003e [Angular 16 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-16-firebase-storage/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [How to integrate Angular with Node Restful Services](https://bezkoder.com/integrate-angular-12-node-js/)\n\n\u003e [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-12-spring-boot/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-16-crud-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fangular-16-crud-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-16-crud-example/lists"}