Skip to content

meta-magic/angular-my-custom-element

Repository files navigation

Angular Element Demo

This project was generated with 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