@ -316,9 +316,9 @@ You should add `routes` property in the `data` object to add a link on the menu
In the above example;
* If the user is not logged in, AuthGuard blocks access and redirects to the login page.
* PermissionGuard checks the user's permission with the `requiredPolicy` property of the `routes` object. If the user is not authorized to access the page, the 403 page appears.
* The `name` property the of `routes` is the menu link label. A localization key can be defined.
* The `iconClass` property the of`routes` object is the menu link icon class.
* The `requiredPolicy` property the of`routes` object is the required policy key to access the page.
* The `name` property of `routes` is the menu link label. A localization key can be defined.
* The `iconClass` property of the `routes` object is the menu link icon class.
* The `requiredPolicy` property of the `routes` object is the required policy key to access the page.
After the above `routes` definition, if the user is authorized, the dashboard link will appear on the menu.