CDN Resources for angular2-jwt
Various ways to access angular2-jwt via Content Delivery Networks
Package Installation
npm
npm install angular2-jwt
yarn
yarn add angular2-jwt
pnpm
pnpm add angular2-jwt
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/angular2-jwt"></script>
Unpkg
<script src="https://unpkg.com/angular2-jwt"></script>
jsDelivr ESM
<script type="module">
import angular2jwt from 'https://cdn.jsdelivr.net/npm/angular2-jwt/+esm';
</script>
Skypack
<script type="module">
import angular2jwt from 'https://cdn.skypack.dev/angular2-jwt';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages