We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f544602 commit d286e6dCopy full SHA for d286e6d
guides/getting-started.md
@@ -81,7 +81,7 @@ System.config({
81
// existing configuration options
82
map: {
83
...,
84
- '@angular/material': 'npm:@angular/material/material.umd.js'
+ '@angular/material': 'npm:@angular/material/bundles/material.umd.js'
85
}
86
});
87
```
src/lib/package.json
@@ -2,7 +2,7 @@
2
"name": "@angular/material",
3
"version": "2.0.0-beta.0",
4
"description": "Angular 2 Material",
5
- "main": "./material.umd.js",
+ "main": "./bundles/material.umd.js",
6
"module": "./index.js",
7
"typings": "./index.d.ts",
8
"repository": {
0 commit comments