Commit 1ef3463
authored
docs: update remaining NgModule prose references to standalone pattern (#32825)
Several documentation files still referenced NgModule in prose when
describing how to import directives and modules. Update these to
reflect the modern standalone component pattern:
- autocomplete.md: "into your NgModule" -> "in your component"
- listbox.md: "CdkListboxModule into the NgModule" -> standalone imports
- icon.md: "HttpClientModule in your NgModule" -> "provideHttpClient()"
- menu.md: "CdkMenuModule into the NgModule" -> standalone imports
This is a follow-up to the code block conversions in #32815.
Closes #327091 parent 571a872 commit 1ef3463
File tree
4 files changed
+6
-6
lines changed- src
- cdk
- listbox
- material
- autocomplete
- icon
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments