CDN Resources for angularx-flatpickr

Quick access to CDN links for the angularx-flatpickr package

CDN Resources for angularx-flatpickr
Various ways to access angularx-flatpickr via Content Delivery Networks

Package Installation

npm
npm install angularx-flatpickr
yarn
yarn add angularx-flatpickr
pnpm
pnpm add angularx-flatpickr

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/angularx-flatpickr"></script>
Unpkg
<script src="https://unpkg.com/angularx-flatpickr"></script>
jsDelivr ESM
<script type="module">
  import angularxflatpickr from 'https://cdn.jsdelivr.net/npm/angularx-flatpickr/+esm';
</script>
Skypack
<script type="module">
  import angularxflatpickr from 'https://cdn.skypack.dev/angularx-flatpickr';
</script>