Instructions for creating a new esm-bundle repo
A repo that tests automatic detection of upstream publishes and the publishing of @esm-bundle
versions of them.
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__material/system/es2015/ivy/angular-autocomplete.js
https://unpkg.com/@esm-bundle/angular__material/system/es2015/ivy/angular-autocomplete.js
https://unpkg.com/@esm-bundle/angular__material/system/es2015/ivy/angular-autocomplete.min.js
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__material/system/es2020/ivy/angular-autocomplete.js
https://unpkg.com/@esm-bundle/angular__material/system/es2020/ivy/angular-autocomplete.js
https://unpkg.com/@esm-bundle/angular__material/system/es2020/ivy/angular-autocomplete.min.js
Other packages are named in the following format angular-${material-package-filename}
, for instance, @angular/material/tooltip
is angular-tooltip.js
, @angular/material/table
is angular-table.js
, etc.
If you need an es5 build, non-ivy build, or a build for a different version of Angular, please open a Github issue.
npm install --save angular__material@npm:@esm-bundle/angular__material
yarn add angular__material@npm:@esm-bundle/angular__material