Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(material/autocomplete): use single map instead of two maps in a …
…row (#25167) * docs(material/autocomplete): use single map instead of two maps in a row The example code is highly trusted and sometimes taken as is (copy-paste), so it is important to have it optimized if possible. Each map means an iteration over the array items. By using single map, an iteration is saved, and an approximate performance of about 38% is won. * docs(material/autocomplete): add trailing comma (cherry picked from commit 8ca012f)
- Loading branch information