https://github.com/juristr/learning-angular-components-course
Source code for my PacktPub video course on "Learning Angular components" (for Angular 2+)
https://github.com/juristr/learning-angular-components-course
angular video-course
Last synced: about 1 year ago
JSON representation
Source code for my PacktPub video course on "Learning Angular components" (for Angular 2+)
- Host: GitHub
- URL: https://github.com/juristr/learning-angular-components-course
- Owner: juristr
- Created: 2016-12-31T12:31:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T12:46:11.000Z (about 9 years ago)
- Last Synced: 2025-02-09T23:17:00.528Z (about 1 year ago)
- Topics: angular, video-course
- Homepage: https://www.packtpub.com/web-development/learning-angular-components-second-edition-video
- Size: 1.12 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Video Course: Learning Angular Components (2nd Edition)
[by Juri Strumpflohner](https://twitter.com/juristr)
_Learn how to build efficient Angular components with this fast and interactive guide. All contents are using Angular 2+._
---
## Contents
This is the code repository for the [Learning Angular Components](https://goo.gl/zrGX8K) video course. The code
samples for each video can be found in the corresponding branches:
- **Section 1: Getting Started**
- The Course Overview
- [Project Setup](https://github.com/juristr/learning-angular-components-course/tree/1.2-project-setup)
- All about Components
- [components with jQuery](https://github.com/juristr/learning-angular-components-course/tree/1.3.1-jquery-component)
- [web components](https://github.com/juristr/learning-angular-components-course/tree/1.3.2-vanilla-components)
- **Section 2: Angular 2 - Scratching the surface**
- [Upgrading from Angular 1.x](https://github.com/juristr/learning-angular-components-course/tree/2.1-upgrade-ng-1)
- [Hello Angular 2!](https://github.com/juristr/learning-angular-components-course/tree/2.2-hello-angular2)
- [Feeding OUr Component with Data](https://github.com/juristr/learning-angular-components-course/tree/2.3-feeding-with-data)
- **Section 3: HomeAuto - First Screens**
- [Decomposing and Building Application Foundation](https://github.com/juristr/learning-angular-components-course/tree/3.1-decompose-app-foundation)
- [Scanning for New Sensors](https://github.com/juristr/learning-angular-components-course/tree/3.2-scanning-new-sensors)
- [Creating a General Purpose Filter](https://github.com/juristr/learning-angular-components-course/tree/3.3-general-purpose-filter)
- **Section 4: Building Reusable Modals**
- [Selecting and Configuring a New Sensor](https://github.com/juristr/learning-angular-components-course/tree/4.1-configure-sensor)
- [Making the Modal Generally Reusable](https://github.com/juristr/learning-angular-components-course/tree/4.2-modal-reusable)
- [Attribute Directives to the Help](https://github.com/juristr/learning-angular-components-course/tree/4.3-attribute-directives)
- **Section 5: Building up our Dashboard**
- [Creating a Dashboard Widget](https://github.com/juristr/learning-angular-components-course/tree/5.1-create-dashboard-widget)
- [Integrating an External Library - Data Visualization with d3](https://github.com/juristr/learning-angular-components-course/tree/5.2-integrate-d3)
- [Ready for production - Bundling and Minification](https://github.com/juristr/learning-angular-components-course/tree/5.3-ready-for-production)
- **Section 6: Maintaining Components**
- [Unit Testing Angular 2 Components](https://github.com/juristr/learning-angular-components-course/tree/6.1-unittesting)
- [Debugging (with Batarangle)](https://github.com/juristr/learning-angular-components-course/tree/6.2-debugging)
- [e2e Testing Angular 2 Components](https://github.com/juristr/learning-angular-components-course/tree/6.3-ui-testing-protractor)
- **Section 7: Show me more!**
- [Angular 2 Goes Mobile with Ionic 2](https://github.com/juristr/learning-angular-components-course/tree/7.1-ionic)
- [Going Universal with Angular 2](https://github.com/juristr/learning-angular-components-course/tree/7.2-angular-universal)
## Questions?
Feel 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)