const extraRoute: NavRoute = { title: '404 Page not found', path: '**', component: NgxMatNavigationNotFoundComponent, data: { // this is type safe pageNotFoundConfig: { homeRoute: '/home' } } }; // Extract the angular routes from the given configuration. This can be used in the...
Hello.. I Want To Use AngularJs Navbar In Mvc And That NavBar Is Given In This Link https://material.angularjs.org/1.1.1/demo/navBar Any One Help Me How To implement This NavBar In My Project