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

https://github.com/tnicola/my-custom-element

A PoC for creating re-exportable, re-usable HTML elements via @angular/elements
https://github.com/tnicola/my-custom-element

angular angularelements micro-frontend web-elements

Last synced: 22 days ago
JSON representation

A PoC for creating re-exportable, re-usable HTML elements via @angular/elements

Awesome Lists containing this project

README

          

# MyCustomElement
## How to create re-exportable, re-usable HTML elements with @angular/elements

This project is a Proof of Concept for exportable @angular/elements. It generates a unique bundle (using ngx-build-plus) that contains the definition of two simple Angular components:

* ``
* ``

## Install
First of all install the dependencies
```
npm install
```

## Build
Then, build the app to obtain the `main.js` bundle in `dist/my-custom-element` folder.
```
npm run build
```