Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juristr/egghead-intro-angular-elements
Repository for my Egghead intro course on Angular Elements
https://github.com/juristr/egghead-intro-angular-elements
Last synced: 4 days ago
JSON representation
Repository for my Egghead intro course on Angular Elements
- Host: GitHub
- URL: https://github.com/juristr/egghead-intro-angular-elements
- Owner: juristr
- Created: 2018-06-17T06:47:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T13:45:04.000Z (over 5 years ago)
- Last Synced: 2024-11-02T09:32:15.853Z (11 days ago)
- Language: TypeScript
- Size: 2.35 MB
- Stars: 10
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egghead Course: Getting Started with Angular Elements
[by Juri Strumpflohner](https://twitter.com/juristr)
This repository is organized in different branches, one branch for each video lesson.
## Contents
1. [Transform an Angular Component into a native Custom Element](https://github.com/juristr/egghead-intro-angular-elements/tree/01-custom-element-in-angular)
1. [Compile an Angular Component as standalone Custom Elements](https://github.com/juristr/egghead-intro-angular-elements/tree/02-elements-custom-build)
1. [Use ngx-build-plus to compile Angular Elements](https://github.com/juristr/egghead-intro-angular-elements/tree/03-ngx-build-plus)
1. [Communicate with Angular Elements using Inputs and Events](https://github.com/juristr/egghead-intro-angular-elements/tree/04-input-output-mappings)