This commit is contained in:
9
src/app/shared/config/navigation.config.ts
Normal file
9
src/app/shared/config/navigation.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { SectionNavItem } from '../models/section-nav.model';
|
||||
|
||||
export const MAIN_NAVIGATION: SectionNavItem[] = [
|
||||
{ label: 'Home', path: '/', fragment: 'home' },
|
||||
{ label: 'About me', path: '/', fragment: 'about-me' },
|
||||
{ label: 'About IT', path: '/', fragment: 'about-it' },
|
||||
{ label: 'CV', path: '/cv' },
|
||||
{ label: 'Portfolio', path: '/portfolio' }
|
||||
];
|
||||
Reference in New Issue
Block a user