Angular2 路由與導航

1.基礎知識 大多數帶路由的應用都要在index.html的 標籤下先添加一個 元素,來告訴路由器該如何合成導航用的 URL。 <base href="/"> //瀏覽器訪問爲: http://localhost:4200/#/login 從@angular/router包中引入路由。 import { RouterModule, Routes } from '@angular/router';
相關文章
相關標籤/搜索