{"id":15965633,"url":"https://github.com/juristr/learning-angular-components-course","last_synced_at":"2025-04-04T13:26:51.068Z","repository":{"id":144943130,"uuid":"77739483","full_name":"juristr/learning-angular-components-course","owner":"juristr","description":"Source code for my PacktPub video course on \"Learning Angular components\" (for Angular 2+)","archived":false,"fork":false,"pushed_at":"2017-01-21T12:46:11.000Z","size":1176,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T23:17:00.528Z","etag":null,"topics":["angular","video-course"],"latest_commit_sha":null,"homepage":"https://www.packtpub.com/web-development/learning-angular-components-second-edition-video","language":null,"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/juristr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-12-31T12:31:40.000Z","updated_at":"2021-10-13T14:34:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d1be615-e08d-42d4-bdbe-c0377a8648cb","html_url":"https://github.com/juristr/learning-angular-components-course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juristr%2Flearning-angular-components-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juristr%2Flearning-angular-components-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juristr%2Flearning-angular-components-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juristr%2Flearning-angular-components-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juristr","download_url":"https://codeload.github.com/juristr/learning-angular-components-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247184042,"owners_count":20897699,"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","video-course"],"created_at":"2024-10-07T17:42:50.941Z","updated_at":"2025-04-04T13:26:51.043Z","avatar_url":"https://github.com/juristr.png","language":null,"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://goo.gl/zrGX8K\"\u003e\n    \u003cimg src=\"https://juristr.com/blog/assets/imgs/banner-learning-angular-components.jpg\" alt=\"Video Course: Learning Angular Components\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://goo.gl/zrGX8K\" style=\"font-size:24px;font-weight:bold\"\u003eAdd to cart\u003c/a\u003e\n\u003c/p\u003e\n\n\n# Video Course: Learning Angular Components (2nd Edition)\n\n[by Juri Strumpflohner](https://twitter.com/juristr)\n\n_Learn how to build efficient Angular components with this fast and interactive guide. All contents are using Angular 2+._\n\n---\n\n## Contents\n\nThis is the code repository for the [Learning Angular Components](https://goo.gl/zrGX8K) video course. The code\nsamples for each video can be found in the corresponding branches:\n\n- **Section 1: Getting Started**\n  - The Course Overview\n  - [Project Setup](https://github.com/juristr/learning-angular-components-course/tree/1.2-project-setup)\n  - All about Components\n    - [components with jQuery](https://github.com/juristr/learning-angular-components-course/tree/1.3.1-jquery-component)\n    - [web components](https://github.com/juristr/learning-angular-components-course/tree/1.3.2-vanilla-components)\n- **Section 2: Angular 2 - Scratching the surface**\n  - [Upgrading from Angular 1.x](https://github.com/juristr/learning-angular-components-course/tree/2.1-upgrade-ng-1)\n  - [Hello Angular 2!](https://github.com/juristr/learning-angular-components-course/tree/2.2-hello-angular2)\n  - [Feeding OUr Component with Data](https://github.com/juristr/learning-angular-components-course/tree/2.3-feeding-with-data)\n- **Section 3: HomeAuto - First Screens**\n  - [Decomposing and Building Application Foundation](https://github.com/juristr/learning-angular-components-course/tree/3.1-decompose-app-foundation)\n  - [Scanning for New Sensors](https://github.com/juristr/learning-angular-components-course/tree/3.2-scanning-new-sensors)\n  - [Creating a General Purpose Filter](https://github.com/juristr/learning-angular-components-course/tree/3.3-general-purpose-filter)\n- **Section 4: Building Reusable Modals**\n  - [Selecting and Configuring a New Sensor](https://github.com/juristr/learning-angular-components-course/tree/4.1-configure-sensor)\n  - [Making the Modal Generally Reusable](https://github.com/juristr/learning-angular-components-course/tree/4.2-modal-reusable)\n  - [Attribute Directives to the Help](https://github.com/juristr/learning-angular-components-course/tree/4.3-attribute-directives)\n- **Section 5: Building up our Dashboard**\n  - [Creating a Dashboard Widget](https://github.com/juristr/learning-angular-components-course/tree/5.1-create-dashboard-widget)\n  - [Integrating an External Library - Data Visualization with d3](https://github.com/juristr/learning-angular-components-course/tree/5.2-integrate-d3)\n  - [Ready for production - Bundling and Minification](https://github.com/juristr/learning-angular-components-course/tree/5.3-ready-for-production)\n- **Section 6: Maintaining Components**\n  - [Unit Testing Angular 2 Components](https://github.com/juristr/learning-angular-components-course/tree/6.1-unittesting)\n  - [Debugging (with Batarangle)](https://github.com/juristr/learning-angular-components-course/tree/6.2-debugging)\n  - [e2e Testing Angular 2 Components](https://github.com/juristr/learning-angular-components-course/tree/6.3-ui-testing-protractor)\n- **Section 7: Show me more!**\n  - [Angular 2 Goes Mobile with Ionic 2](https://github.com/juristr/learning-angular-components-course/tree/7.1-ionic)\n  - [Going Universal with Angular 2](https://github.com/juristr/learning-angular-components-course/tree/7.2-angular-universal)\n\n## Questions?\n\nFeel free to simply [open an issue](https://github.com/juristr/learning-angular-components-course/issues) on this repo here :smiley: or give me a shout [on Twitter](https://twitter.com/juristr)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuristr%2Flearning-angular-components-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuristr%2Flearning-angular-components-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuristr%2Flearning-angular-components-course/lists"}