Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 591 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 591 Bytes

Demos of Angular Elements

This repository contains the following three applications:

  • ng-weather-widget: An Angular library that defines the weather-widget component and registers this component as an Angular element. This project contains an index.html file in its root folder, this file uses the weather-widget element in a plain HTML page with vanilla JS
  • react-angular: A React application created using create-react-app that uses the weather-widget Angular element
  • vue-angular: A Vue application created using Vue CLI that uses the weather-widget Angular element