Skip to content

Commit 752b825

Browse files
chintankavathiatimowolf
authored andcommitted
docs(dashboards-ng): correct markdown formatting in README
- Fix incomplete backtick in si-flexible-dashboard component reference - Remove extra backticks from ViewChild code example
1 parent 94c8812 commit 752b825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/dashboards-ng/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the `angular.json` file.
8989

9090
### Add the dashboard to your application
9191

92-
To add the dashboard to your application, add the `si-flexible-dashboard component
92+
To add the dashboard to your application, add the `si-flexible-dashboard` component
9393
to your template. Configure the widget catalog by setting the _widgetCatalog_ input
9494
property.
9595

@@ -182,7 +182,7 @@ Optionally, the widget template may include a `<ng-template/>` to provides a foo
182182
The Angular component should export the template as the public attribute `footer`.
183183

184184
```ts
185-
`@ViewChild('footer', { static: true }) footer?: TemplateRef<unknown>;`;
185+
@ViewChild('footer', { static: true }) footer?: TemplateRef<unknown>;
186186
```
187187

188188
### Dashboard persistence

0 commit comments

Comments
 (0)