Skip to content

Commit

Permalink
Merge branch 'next' of github.com:DHTMLX/docs-todolist into next
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Aug 30, 2024
2 parents 6e94830 + ce2228e commit 896e53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/integration_with_angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ import { Component, ElementRef, OnInit, ViewChild, OnDestroy, ViewEncapsulation}
encapsulation: ViewEncapsulation.None,
selector: "todo", // a template name used in the "app.component.ts" file as <todo />
styleUrls: ["./todo.component.css"], // include the css file

template: `<main class = "component_container">
<div #toolbar_container></div>
<div #todo_container class = "widget"></div>
Expand Down

0 comments on commit 896e53a

Please sign in to comment.