CDN Resources for ngx-ui-loader

Quick access to CDN links for the ngx-ui-loader package

CDN Resources for ngx-ui-loader
Various ways to access ngx-ui-loader via Content Delivery Networks

Package Installation

npm
npm install ngx-ui-loader
yarn
yarn add ngx-ui-loader
pnpm
pnpm add ngx-ui-loader

CDN Links

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