Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance dev toolbar with development mode check
- Added a conditional rendering for the developer tools in the DevToolbarComponent to display only in development mode. - Introduced the `isDevMode` function from Angular core to determine the current mode. - Updated the component template to include the new conditional logic for improved usability during development.
- Loading branch information