Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to integrate the sidebar menu #66

Open
MeriemBo opened this issue Jun 7, 2019 · 3 comments
Open

How to integrate the sidebar menu #66

MeriemBo opened this issue Jun 7, 2019 · 3 comments

Comments

@MeriemBo
Copy link

MeriemBo commented Jun 7, 2019

Hello , I'm trying to integrate the package in my code. How can I add just the sidebar menu please ? I added everything as in your code , but the styles aren't working out and I get a plain sidebar menu as the output.
thank you

@chelaruc
Copy link
Contributor

@MeriemBo Thank you for using our product. Have you imported our styles?

@jeywinlizy
Copy link

I too am trying add a link in the side bar to a new component (customer) I have created. I have placed the routing link for this new one along with the other as shown below. But unlike the other existing Routes, am not able to click this new link customer. Please let me know what I am missing here.

export const ROUTES: RouteInfo[] = [
    { path: '/dashboard', title: 'Dashboard',  icon: 'dashboard', class: '' },
    { path: '/user-profile', title: 'User Profile',  icon:'person', class: '' },
.
.
.

{ path: '/customerApp/customer', title: 'Customer',  icon:'person', class: '' },
 { path: '/upgrade', title: 'Upgrade to PRO',  icon:'unarchive', class: 'active-pro' },  
];

@chelaruc
Copy link
Contributor

@jeywinlizy you need to create the route in src/app/layouts/admin-layout/admin-layout.routing.ts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants