-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
docsThis issue is related to documentationThis issue is related to documentationhelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue
Description
Bug, feature request, or proposal:
bug
What is the expected behavior?
"Primary" radio button should be selected
What is the current behavior?
Radio button not selected
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
https://material.angular.io/components/component/progress-spinner
Change
export class ProgressSpinnerConfigurableExample {
color = 'praimry';
to
export class ProgressSpinnerConfigurableExample {
color = 'primary';
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
docsThis issue is related to documentationThis issue is related to documentationhelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue