{"id":18614812,"url":"https://github.com/andrewjbateman/angular-animated-list","last_synced_at":"2026-04-30T14:32:04.812Z","repository":{"id":38026824,"uuid":"148638900","full_name":"AndrewJBateman/angular-animated-list","owner":"AndrewJBateman","description":":clipboard: App using interpolation, property-binding, event-binding and Formbuilding to add text items to a list.","archived":false,"fork":false,"pushed_at":"2023-05-25T11:26:49.000Z","size":2435,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:26.749Z","etag":null,"topics":["angular","angular-forms","angular16","api","coursetro-tutorial","form-builder","forms","html5","observables","rxjs7","typescript4"],"latest_commit_sha":null,"homepage":"","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/AndrewJBateman.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":"2018-09-13T13:05:52.000Z","updated_at":"2023-05-25T11:27:19.000Z","dependencies_parsed_at":"2024-11-07T03:40:55.814Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/angular-animated-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/angular-animated-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-animated-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-animated-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-animated-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-animated-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-animated-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-animated-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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-forms","angular16","api","coursetro-tutorial","form-builder","forms","html5","observables","rxjs7","typescript4"],"created_at":"2024-11-07T03:27:05.427Z","updated_at":"2026-04-30T14:32:04.794Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Angular Animated List\n\n* App using services, routing, interpolation, property \u0026 event-binding and Formbuilding to add text items to a list.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-animated-list?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-animated-list?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-animated-list?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-animated-list?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Angular Animated List](#zap-angular-animated-list)\n  * [:page\\_facing\\_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal\\_strength: Technologies](#signal_strength-technologies)\n  * [:floppy\\_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \\\u0026 To-Do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file\\_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Routing module allows user to navigate between Home and About pages.\n* Item is added to an existing list of Programming Items.\n* Angular FormBuilder used to create a simple form.\n* RxJS BehaviourSubject used: A Subject that requires an initial value and emits its current value to new subscribers\n* Angular Forms Module: Implements a set of directives and providers to communicate with native DOM elements when building forms to capture user input.\n\n## :camera: Screenshots\n\n![Example screenshot](./img/list-items.png).\n\n## :signal_strength: Technologies\n\n* [Angular v16](https://angular.io/)\n* [RxJS Library v7](https://angular.io/guide/rx-library) used to [subscribe](http://reactivex.io/documentation/operators/subscribe.html) to input data [observable](http://reactivex.io/documentation/observable.html).\n* [Angular Forms Module v16](https://angular.io/api/forms) used for form entry.\n\n## :floppy_disk: Setup\n\n* Run `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* Run `npm run build` to create an optimzed build file.\n* Run `npm run build:github` to create an optimised build file and deploy to your Github repo.\n\n## :computer: Code Examples\n\n* Home.Component class from `home.component.ts`\n\n```typescript\nexport class HomeComponent implements OnInit {\n\n  itemCount: number;\n  btnText: string = 'Add an item to the list';\n  goalText: string = 'Another programming item';\n  goals = [];\n\n  constructor(private _data: DataService) { }\n\n  ngOnInit(): void {\n    this._data.goal.subscribe(res =\u003e this.goals = res);\n    this.itemCount = this.goals.length;\n    this._data.changeGoal(this.goals);\n  }\n\n  addItem(): void {\n    this.goals.push(this.goalText);\n    this.goalText = '';\n    this.itemCount = this.goals.length;\n    this._data.changeGoal(this.goals);\n  }\n\n  removeItem(i: number): void {\n    this.goals.splice(i, 1);\n    this._data.changeGoal(this.goals);\n  }\n}\n```\n\n## :cool: Features\n\n* Angular animations library used to make data entry more interesting.\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working.\n* To-Do: Nothing\n\n## :clap: Inspiration\n\n* [Gary Simon of DesignCourse Tutorial: Learn Angular 5 in less than 60 Minutes - Free Beginner's Course](https://www.youtube.com/watch?v=oa9cnWTpqP8\u0026t=50s)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: `gomezbateman@gmail.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-animated-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-animated-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-animated-list/lists"}