Skip to content

Commit e2e8e11

Browse files
authored
docs(material/autocomplete): fix incorrect title for autocomplete optgroup example code (#24626)
Fixes a bug in the Options groups autocomplete example by making templateUrl of autocomplete option groups example component match material components.
1 parent 6b2b518 commit e2e8e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/autocomplete/autocomplete-optgroup/autocomplete-optgroup-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const _filter = (opt: string[], value: string): string[] => {
1919
*/
2020
@Component({
2121
selector: 'autocomplete-optgroup-example',
22-
templateUrl: './autocomplete-optgroup-example.html',
22+
templateUrl: 'autocomplete-optgroup-example.html',
2323
})
2424
export class AutocompleteOptgroupExample implements OnInit {
2525
stateForm: FormGroup = this._formBuilder.group({

0 commit comments

Comments
 (0)