Skip to content

Instantly share code, notes, and snippets.

@arimus
Created September 26, 2021 19:34
Show Gist options
  • Save arimus/669a5e15a4c0c81b39a5ce180d3ff2ed to your computer and use it in GitHub Desktop.
Save arimus/669a5e15a4c0c81b39a5ce180d3ff2ed to your computer and use it in GitHub Desktop.
test type
<input class="test" type="text" value="" placeholder="some placeholder">
<my-app></my-app>
console.log('testType loaded')
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular/12.2.7/core.umd.min.js"></script>
.test { color: blue }
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment