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