This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.
import { Route } from '@angular/router'; import { NavbarComponent } from './navbar.component'; export const navbarRoute: Route = { path: '', component: NavbarComponent, outlet: 'navbar', };