Skip to content

Commit 4a19a54

Browse files
docs: address review comment
1 parent 823c9c8 commit 4a19a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/display-web-report-designer-in-angular-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Follow these steps to integrate the Telerik Web Report Designer in your Angular
8585
constructor() {}
8686

8787
ngOnInit() {
88-
this.designer = $("#webReportDesigner").telerik_WebReportDesigner({
88+
$("#webReportDesigner").telerik_WebReportDesigner({
8989
serviceUrl: "https://localhost:5000/api/reportdesigner/", // Replace with your service URL
9090
report: "SampleReport.trdp" // Replace with your report file
9191
}).data("telerik_WebDesigner");

0 commit comments

Comments
 (0)