📅  最后修改于: 2022-03-11 14:48:23.103000             🧑  作者: Mango
// in .component.ts file
import { Router } from '@angular/router';
export class ExampleComponent {
constructor(private _router: Router) {}
}
// in html file