Bug: material.umd.js package is missing in npm package 2.0.0-beta.0
expected to work like in package version 2.0.0-alpha.11
The diff of my package.json

The excerpt of my systemjs.config.ts which worked previously

Agree. I was making the same issue.
It's now located at @angular/material/bundles/material.umd.js
Thanks. But documentation should be fixed.
Its even worse for webpack-users. The main-attribute of the package.json still points to the old location of the umd bundle, so it's not possible to run a compiled application, as it won't find anything material related.
Thanks guys for the issue. I've provided a PR for it and hopefully it will be fixed as soon as possible.
Someone need to update the tutorial here https://material.angular.io/guide/getting-started
Lost about half an hour to this today because the getting started section hasn't been updated yet.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Thanks guys for the issue. I've provided a PR for it and hopefully it will be fixed as soon as possible.