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