diff --git a/docs/guides/integration_with_angular.md b/docs/guides/integration_with_angular.md
index 38b0f2c..4fad142 100644
--- a/docs/guides/integration_with_angular.md
+++ b/docs/guides/integration_with_angular.md
@@ -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
styleUrls: ["./todo.component.css"], // include the css file
+
template: `