Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 authored Aug 27, 2024
2 parents b88f827 + 6e579f2 commit ce2228e
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 ce2228e

Please sign in to comment.