Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit fd9fb0a

Browse files
authored
feat: expose coercion and collections docs (#994)
Exposes the docs for `cdk/coercion` and `cdk/collections`. Fixes angular/components#19530. Fixes angular/components#18818.
1 parent 1e625b4 commit fd9fb0a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,22 @@ const DOCS: { [key: string]: DocItem[] } = {
398398
prefix: 'cdk-clipboard-',
399399
},
400400
},
401+
{
402+
id: 'coercion',
403+
name: 'Coercion',
404+
summary: 'Utility functions for coercing @Input into specific types.',
405+
exampleSpecs: {
406+
prefix: 'cdk-coercion-',
407+
},
408+
},
409+
{
410+
id: 'collections',
411+
name: 'Collections',
412+
summary: 'Utilities for managing collections.',
413+
exampleSpecs: {
414+
prefix: 'cdk-collections-',
415+
},
416+
},
401417
{
402418
id: 'drag-drop',
403419
name: 'Drag and Drop',

0 commit comments

Comments
 (0)