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

https://github.com/meta-magic/angular-my-custom-element

Angular Element Demo
https://github.com/meta-magic/angular-my-custom-element

Last synced: 11 months ago
JSON representation

Angular Element Demo

Awesome Lists containing this project

README

          

# Angular Element Demo

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.

The image represents custom angular elements which are running in a static index.html file

![My Custom Elements]

## Setup

`npm i`

Check package.json and run `build:elements`

Once angular element is build copy below list of files from elements folder to HTTP server
- index.html
- myCustomElement.js
- styles.css

## Open URL in browser

- With default route
Screen Shot 2021-01-30 at 1 27 38 PM
- On Click on Page Two Button
Screen Shot 2021-01-30 at 1 28 37 PM