We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6826c9 commit 8a65cf4Copy full SHA for 8a65cf4
apps/docs/docs/components/badge/index.md
@@ -4,7 +4,7 @@ keyword: BadgePage
4
5
{% import "../../shared/configuration-standard.md" as confStd %}
6
7
-{{ confStd.not_implements() }}
+{{ confStd.implements() }}
8
9
## Default badge
10
apps/docs/docs/components/badge/ng-doc.page.ts
@@ -11,6 +11,8 @@ import type { NgDocPage } from '@ng-doc/core';
11
12
/**
13
* Use Tailwind CSS badges as elements to show counts or labels separately or inside other components
14
+ *
15
+ * @status:info UPDATE
16
*/
17
const badge: NgDocPage = {
18
title: 'Badge',
0 commit comments