Getting Started with the Angular Sidebar Component

Updated on Sep 15, 2023
angular-navigation angular-sidebar sidebar sidebar-component sidebar-menu

A quick-start project to create a new Angular application using the Angular CLI toolchain and add the Syncfusion Sidebar component to it. This project contains simple code customization, as well as some important features, like toggling, and integration with other components.

Refer to the following documentation on the Syncfusion Angular Sidebar component: https://ej2.syncfusion.com/angular/documentation/sidebar/getting-started

Check out this online example of the Angular Sidebar component: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/sidebar/default

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the getting-started-with-the-angular-sidebar-component repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.