From 91ac227f3879c5c9e9675d3e942ea8675bf3ca4f Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 25 May 2021 19:48:53 +0200 Subject: [PATCH] feat: expose coercion and collections docs Exposes the docs for `cdk/coercion` and `cdk/collections`. Fixes https://github.com/angular/components/issues/19530. Fixes https://github.com/angular/components/issues/18818. --- .../documentation-items/documentation-items.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/shared/documentation-items/documentation-items.ts b/src/app/shared/documentation-items/documentation-items.ts index fc9db13a6..d167adc6e 100644 --- a/src/app/shared/documentation-items/documentation-items.ts +++ b/src/app/shared/documentation-items/documentation-items.ts @@ -398,6 +398,22 @@ const DOCS: { [key: string]: DocItem[] } = { prefix: 'cdk-clipboard-', }, }, + { + id: 'coercion', + name: 'Coercion', + summary: 'Utility functions for coercing @Input into specific types.', + exampleSpecs: { + prefix: 'cdk-coercion-', + }, + }, + { + id: 'collections', + name: 'Collections', + summary: 'Utilities for managing collections.', + exampleSpecs: { + prefix: 'cdk-collections-', + }, + }, { id: 'drag-drop', name: 'Drag and Drop',