From b74df8123e3ecc58a0cae10c64912de14f7d2d28 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Mon, 24 May 2021 10:35:25 -0700 Subject: [PATCH] docs(material/core): Add a brief overview that refers users to the API docs This will allow us to publish a section on the docs site for `@angular/material/core`. --- src/material/core/core.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/material/core/core.md diff --git a/src/material/core/core.md b/src/material/core/core.md new file mode 100644 index 000000000000..6e4a70adddd4 --- /dev/null +++ b/src/material/core/core.md @@ -0,0 +1,2 @@ +The `@angular/material/core` package contains common components and services used by multiple other +components in the library. See the API tab for a listing of components and classes available.