angular router navigate base href

Solutions on MaxInterview for angular router navigate base href by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "angular router navigate base href"
Matthew
07 Oct 2017
1providers: [
2    {
3        provide: APP_BASE_HREF,
4        useValue: '/' + (window.location.pathname.split('/')[1] || '')
5    }
6]
7
Gaia
05 Jul 2017
1import { APP_BASE_HREF } from '@angular/common';
2