An open API service indexing awesome lists of open source software.

https://github.com/wishtack/angular-elements-demo

🧪 An Angular Elements demo showing how you can reuse angular components in non-angular apps
https://github.com/wishtack/angular-elements-demo

angular angular-6 custom-elements demo monorepo

Last synced: 7 months ago
JSON representation

🧪 An Angular Elements demo showing how you can reuse angular components in non-angular apps

Awesome Lists containing this project

README

          

# Wishtack's Angular Elements Demo

This is an angular elements demo using:
* Angular 6 Release Candidate
* Angular Elements Release Candidate

This repo also features Angular CLI's monorepo approach:

* In this example, there are two apps `book` and `user`.
* They are built separately and produce distinct `javascript` modules that can be included in any non-angular application.
* Both apps can be used on the same page.

WARNING: This is way too experimental for the moment and will get better and cleaner with Angular 6 & 7, Angular CLI 7's "library architect".

## Usage
```
yarn install
yarn start
```

![Demo](demo.gif)