Skip to content

Commit 77e3958

Browse files
committed
docs(badge): update documentation
1 parent 41fbd74 commit 77e3958

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/docs/docs/components/badge/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keyword: BadgePage
44

55
{% import "../../shared/configuration-standard.md" as confStd %}
66

7-
{{ confStd.not_implements() }}
7+
{{ confStd.implements() }}
88

99
## Default badge
1010

apps/docs/docs/components/badge/ng-doc.page.ts

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import type { NgDocPage } from '@ng-doc/core';
1111

1212
/**
1313
* Use Tailwind CSS badges as elements to show counts or labels separately or inside other components
14+
*
15+
* @status:info UPDATE
1416
*/
1517
const badge: NgDocPage = {
1618
title: 'Badge',

0 commit comments

Comments
 (0)