Skip to content

Episode 102 - Custom Angular Elements Component with AngularFire and Firestore

Notifications You must be signed in to change notification settings

vanthaiunghoa/102-angular-elements-firebase

 
 

Repository files navigation

Episode 102 - Angular Elements + Firebase

Build a custom Angular Elements Component and use it anywhere.

Watch the screencast

  1. git clone
  2. npm install
  3. npm run build:elements

This will create the custom component elements/user-poll.js.

Usage

You can use your custom Angular Elements component in any HTML page like so...

<user-poll></user-poll>
<script src="../elements/user-poll.js"></script>

Or simply open {local-path-to}/demo/index.html in your browser.

About

Episode 102 - Custom Angular Elements Component with AngularFire and Firestore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.0%
  • CSS 35.5%
  • HTML 8.3%
  • JavaScript 3.2%