Skip to content

Angular

alex [dot] kramer [at] g_m_a_i_l [dot] com edited this page Jul 26, 2019 · 1 revision

Dump all routes

constructor(private router: Router) {}

ngOnInit() {
  console.log('=====> 🔥CONFIGURED ROUTES: ', this.router.config);
}
Clone this wiki locally