CDN Resources for ngx-mat-select-search

Quick access to CDN links for the ngx-mat-select-search package

CDN Resources for ngx-mat-select-search
Various ways to access ngx-mat-select-search via Content Delivery Networks

Package Installation

npm
npm install ngx-mat-select-search
yarn
yarn add ngx-mat-select-search
pnpm
pnpm add ngx-mat-select-search

CDN Links

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