Skip to content

Instantly share code, notes, and snippets.

@pinkhominid
Last active February 5, 2019 02:19
Show Gist options
  • Save pinkhominid/713a1acaf3e1fad0794ad7373d467155 to your computer and use it in GitHub Desktop.
Save pinkhominid/713a1acaf3e1fad0794ad7373d467155 to your computer and use it in GitHub Desktop.
AngularJS Quick Component Demo Page
<!doctype html><html lang=en><meta charset=utf-8><title>Demo</title>
<link rel=stylesheet href=component.css>
<component></component>
<script src=https://ajax.googleapis.com/ajax/libs/angularjs/1.7.6/angular.min.js></script>
<script>angular.module('componentModule', [])</script>
<script src=component.js></script>
<script>angular.bootstrap(document.documentElement, ['componentModule'])</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment