Adding spaces to sidebar titles
doddoreul opened this issue · 2 comments
doddoreul commented
Hi,
Is it possible to add "special" chars to sidebar titles? Like spaces
or /
?
Here is a snippet of sidebar.component.ts
export const ROUTES: RouteInfo[] = [
{
path: '/customers',
title: 'Customers / Suppliers ',
icontype:'pe-7s-user',
type: 'sub',
children:[
{path: 'customers', title: 'Customers', ab: 'C'},
{path: 'suppliers/add', title: 'Suppliers', ab: 'S'}
]}
];
Thanks a lot! :)
Update:
Quickfixed: adding a "anchor" property to RouteInfo
chelaruc commented
Hi @doddoreul
Thank you for using our product and for pointing this to us! We'll make the changes to fix that in the next update!
All the best,
Ciprian
doddoreul commented
Hep!
I forgot to speficy, it's the "pro" license :)