Envió de datos

import { MenuType, RouteInfo } from './sidebar.metadata'; export const ROUTES: RouteInfo[] = [ { path: 'home', title: 'INICIO', menuType: MenuType.LEFT, icon: 'pe-7s-home' }, { path: 'servicios', title: 'SERVICIOS', menuType: MenuType.LEFT, icon:'pe-7s-portfolio' }, { path: 'contacto', title: 'ALIANZAS', menuType: MenuType.LEFT, icon:'pe-7s-users' }, { path: 'soporte', title: 'CONTACTANOS', menuType: MenuType.LEFT, icon:'pe-7s-call' }, { path: 'notices', title: 'NOTICIAS', menuType: MenuType.LEFT, icon:'pe-7s-news-paper' }, { path: 'maps', title: 'UBICACION', menuType: MenuType.LEFT, icon:'pe-7s-map-marker' }, { path: 'registros', title: 'REGISTROS', menuType: MenuType.LEFT, icon:'pe-7s-pen' } ];
Aun en etapa de aplicación

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.