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
- Host: GitHub
- URL: https://github.com/wishtack/angular-elements-demo
- Owner: wishtack
- Created: 2018-04-12T22:13:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T22:13:52.000Z (almost 8 years ago)
- Last Synced: 2025-07-15T13:42:24.407Z (7 months ago)
- Topics: angular, angular-6, custom-elements, demo, monorepo
- Language: TypeScript
- Homepage:
- Size: 2.04 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
