Commit 2f468f1
fix(cdk/accordion): add
* fix(cdk/accordion): add `CDK_ACCORDION` export
Fixes an issue in the Angular CDK `accordion` component where `CDK_ACCORDION` injection token cannot be imported from `@angular/cdk/accordion`. This is because `public-api.ts` did not contain `CDK_ACCORDION` export.
* fix(cdk/accordion): update public api
(cherry picked from commit ab8d7e5)CDK_ACCORDION export (#27981)1 parent 78fd348 commit 2f468f1
File tree
2 files changed
+4
-1
lines changed- src/cdk/accordion
- tools/public_api_guard/cdk
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments