Skip to content

Commit

Permalink
[update] broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Dec 11, 2024
1 parent e0ea4dd commit 92b356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/angular_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class SpreadsheetComponent implements OnInit, OnDestroy {
}
~~~

Now the Spreadsheet component is ready to use. When the element will be added to the page, it will initialize the Spreadsheet with data. You can provide necessary configuration settings as well. Visit our [Spreadsheet API docs](spreadsheet/api/overview/properties_overview/) to check the full list of available properties.
Now the Spreadsheet component is ready to use. When the element will be added to the page, it will initialize the Spreadsheet with data. You can provide necessary configuration settings as well. Visit our [Spreadsheet API docs](spreadsheet/api/overview/events_overview.md) to check the full list of available properties.

#### Handling events

Expand Down

0 comments on commit 92b356c

Please sign in to comment.