Skip to content

Commit

Permalink
[feat](README.md): Add examples of ng-milkdown components and mention…
Browse files Browse the repository at this point in the history
… milkdown website

[fix](component movement): Move code from tool-bar.component.ts to top-bar.component.ts
  • Loading branch information
ousc committed Jan 10, 2024
1 parent e4611e3 commit ecc95e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/app/components/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Example ng-milkdown components.

Following are some examples of ng-milkdown components, they are all based on [milkdown](https://milkdown.dev)

- copilot
- footnote:
- footnote-def
- footnote-ref
Expand All @@ -22,4 +25,3 @@
- list-item
- math-block
- top-bar
- collab
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import {CopilotService} from "./copilot/copilot.service";
],
standalone: true
})
export class ToolBarComponent {
export class TopBarComponent {
@Input() provider: NgMilkdownProvider;

constructor(private copilotService: CopilotService) {
Expand Down

0 comments on commit ecc95e7

Please sign in to comment.