Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 487 Bytes

File metadata and controls

36 lines (23 loc) · 487 Bytes

Description

A simple demonstration how to create Web Components with Angular Elements. The project serves as an example for the german Softwerker article: Web Components mit Angular Elements.

Installation

$ npm install

Running the app

$ ng serve

Running the example app

Install live server:

$ npm install -g live-server

Start example app:

$ live-server example-app

Build

$ npm run build:hello-world