Skip to content

Commit 70b1f6f

Browse files
tomicarsk6wagnermaciel
authored andcommitted
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. (cherry picked from commit e2e8e11)
1 parent 7084d04 commit 70b1f6f

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)