-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
material.umd.js is missing in 2.0.0-beta.0 npm package #2366
Comments
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. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug: material.umd.js package is missing in npm package 2.0.0-beta.0
What is the expected behavior?
expected to work like in package version 2.0.0-alpha.11
What is the current behavior?
The diff of my package.json
The excerpt of my systemjs.config.ts which worked previously
The text was updated successfully, but these errors were encountered: