eggheadio / egghead-design

Illustrations and design elements for egghead.io
http://egghead.io
25 stars 4 forks source link

Getting Started with Angular Elements #137

Open zacjones93 opened 5 years ago

zacjones93 commented 5 years ago

Primary tags

Angular

https://egghead.io/courses/getting-started-with-angular-elements

One of the major innovations in Angular version 6 are Angular Elements. They allow us to develop Angular components just as we’re accustomed to, using their powerful API and then to compile them into browser native Custom Elements. Custom Elements are a web standard for defining new HTML elements in a framework-agnostic way. They extend the HTML by allowing us to define a tag whose content is created and controlled by JavaScript code.

In this course, we’re going to take a look how we can leverage Angular Elements within our Angular apps to make them even more dynamic, a use case that’s commonly required in CMS like environments. But not only, we’ll also see how we can compile our Angular Elements into a standalone script file that can be included in any other web context and how we can pass data and register events on those Custom Elements.

MaggieAppleton commented 5 years ago

Research Notes: What are Angular Elements?

Blog posts and docs:

Angular Docs on Elements Getting Started with Angular Elements A Practical Guide to Angular Elements


Key Qualities:


Technical Definitions

MaggieAppleton commented 5 years ago

Creative Brief: Getting Started with Angular Elements

Primary Tech – Angular & Angular Elements

Angular Elements Logo

angular2

Angular Logo


Course link: Getting Started with Angular Elements

Course description:

One of the major innovations in Angular version 6 are Angular Elements. They allow us to develop Angular components just as we’re accustomed to, using their powerful API and then to compile them into browser native Custom Elements. Custom Elements are a web standard for defining new HTML elements in a framework-agnostic way. They extend the HTML by allowing us to define a tag whose content is created and controlled by JavaScript code.

In this course, we’re going to take a look how we can leverage Angular Elements within our Angular apps to make them even more dynamic, a use case that’s commonly required in CMS like environments. But not only, we’ll also see how we can compile our Angular Elements into a standalone script file that can be included in any other web context and how we can pass data and register events on those Custom Elements.


Previous Angular Illustrations


Main Concept

Angular Elements are reusable, easy-to-setup elements of code. They are dynamic, which means they allow web developers to create parts of a website/app that have complex functions such as a map embedded into a page, or live data pulled from a source that is constantly updating.

Illustration should use the red Angular brand colour, and have the Angular "A" logo on it somewhere. Optional to use a little bit of the Angular Elements blue colour (but not required).

Should communicate the idea of a dynamic, easy-to-setup, reusable tool or functional object.

Key Qualities:

Keywords:

Dynamic, updating, easy-to-use, reusable, automation, sets itself up,

Ideas to Start With