CDN Resources for angular2-jwt
Various ways to access angular2-jwt via Content Delivery Networks
Package Installation
npm
npm install angular2-jwtyarn
yarn add angular2-jwtpnpm
pnpm add angular2-jwtCDN 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