We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Docs bug
Plunker examples should work correctly
When opening the autocomplete plunker, 404 errors are thrown because of missing import mapping.
For autocomplete, I was able to fix the imports by setting the following system js config
System.config({ map: { 'main': 'main.js', // Angular specific mappings. '@angular/core': 'https://unpkg.com/@angular/core/bundles/core.umd.js', '@angular/animations': 'https://unpkg.com/@angular/animations/bundles/animations.umd.js', '@angular/common': 'https://unpkg.com/@angular/common/bundles/common.umd.js', '@angular/common/http': 'https://unpkg.com/@angular/common/bundles/common-http.umd.js', '@angular/compiler': 'https://unpkg.com/@angular/compiler/bundles/compiler.umd.js', '@angular/http': 'https://unpkg.com/@angular/http/bundles/http.umd.js', '@angular/forms': 'https://unpkg.com/@angular/forms/bundles/forms.umd.js', '@angular/router': 'https://unpkg.com/@angular/router/bundles/router.umd.js', '@angular/platform-browser': 'https://unpkg.com/@angular/platform-browser/bundles/platform-browser.umd.js', '@angular/platform-browser-dynamic': 'https://unpkg.com/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js', '@angular/animations/browser': 'https://unpkg.com/@angular/animations/bundles/animations-browser.umd.js', '@angular/platform-browser/animations': 'https://unpkg.com/@angular/platform-browser/bundles/platform-browser-animations.umd.js', '@angular/material': 'https://unpkg.com/@angular/material/bundles/material.umd.js', '@angular/cdk': 'https://unpkg.com/@angular/cdk/bundles/cdk.umd.js', '@angular/cdk/a11y': 'https://unpkg.com/@angular/cdk/bundles/cdk-a11y.umd.js', '@angular/cdk/bidi': 'https://unpkg.com/@angular/cdk/bundles/cdk-bidi.umd.js', '@angular/cdk/coercion': 'https://unpkg.com/@angular/cdk/bundles/cdk-coercion.umd.js', '@angular/cdk/collections': 'https://unpkg.com/@angular/cdk/bundles/cdk-collections.umd.js', '@angular/cdk/keycodes': 'https://unpkg.com/@angular/cdk/bundles/cdk-keycodes.umd.js', '@angular/cdk/observers': 'https://unpkg.com/@angular/cdk/bundles/cdk-observers.umd.js', '@angular/cdk/overlay': 'https://unpkg.com/@angular/cdk/bundles/cdk-overlay.umd.js', '@angular/cdk/platform': 'https://unpkg.com/@angular/cdk/bundles/cdk-platform.umd.js', '@angular/cdk/portal': 'https://unpkg.com/@angular/cdk/bundles/cdk-portal.umd.js', '@angular/cdk/rxjs': 'https://unpkg.com/@angular/cdk/bundles/cdk-rxjs.umd.js', '@angular/cdk/scrolling': 'https://unpkg.com/@angular/cdk/bundles/cdk-scrolling.umd.js', '@angular/cdk/table': 'https://unpkg.com/@angular/cdk/bundles/cdk-table.umd.js', '@angular/cdk/stepper': 'https://unpkg.com/@angular/cdk/bundles/cdk-stepper.umd.js', '@angular/cdk/layout': 'https://unpkg.com/@angular/cdk/bundles/cdk-layout.umd.js', '@angular/cdk/accordion': 'https://unpkg.com/@angular/cdk/bundles/cdk-accordion.umd.js', // Rxjs mapping 'rxjs': 'https://unpkg.com/rxjs', 'tslib': 'https://unpkg.com/tslib/tslib.js' }, packages: { // Thirdparty barrels. 'rxjs': { main: 'index' }, } });
Open https://material.angular.io/components/autocomplete/examples and click the plunker link in the top right of the card. The opened plunker will not load correctly.
Examples should work
Viewed using Chrome 61
I have not checked the other plunker examples.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Fixed by angular/material.angular.io#324
The link on the upper right corner of: https://material.angular.io/components/autocomplete/examples is pointing to "stackblitz.com" instead of "plnkr.co".
Do you have the test link that points to "plnkr.co"?
Thanks!
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.
josephperrott
No branches or pull requests
Bug, feature request, or proposal:
Docs bug
What is the expected behavior?
Plunker examples should work correctly
What is the current behavior?
When opening the autocomplete plunker, 404 errors are thrown because of missing import mapping.
For autocomplete, I was able to fix the imports by setting the following system js config
What are the steps to reproduce?
Open https://material.angular.io/components/autocomplete/examples and click the plunker link in the top right of the card. The opened plunker will not load correctly.
What is the use-case or motivation for changing an existing behavior?
Examples should work
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Viewed using Chrome 61
Is there anything else we should know?
I have not checked the other plunker examples.
The text was updated successfully, but these errors were encountered: