angular-router

    0熱度

    1回答

    我正在做一些非常簡單的事情。我在AWS S3上託管一個Angular應用程序。 該應用程序是世界上最簡單的,一個主頁有一些靜態內容。 路由器定義如下 const appRoutes: Routes = [ { path: 'home', component: HomeComponent, data: { title: 'Home' } },

    16熱度

    3回答

    我想實現生成列表中的一些成分簡單的角度路線 const appRoutes: Routes = [ { path: '' ,redirectTo: '/recipes', pathMatch: 'full'}, { path: 'recipes' , component: RecipesComponent}, { path: 'recipes/:recipeN

    0熱度

    1回答

    編輯去除我的嵌套插座上「名稱」和去除的路由模塊的「出口」屬性時,它的工作原理。在使用命名之前有一個無名插座是強制性的嗎? 以下RouterMOdule配置到位: const appRoutes: Routes = [ // Public area: login (default) { path: '', component: LandingPageComponent,

    0熱度

    1回答

    如何將JWT傳遞到Angular 4應用程序中,保存令牌,然後導航到主頁?我想下面的語法,但我擔心的是依靠ngAfterViewInit是不是這樣做的正確方法... import { Component, OnInit, OnDestroy, AfterViewInit } from '@angular/core'; import { ActivatedRoute, Router } from

    1熱度

    1回答

    <router-outlet (activate)="onRefresh($event)"></router-outlet> 我不想在訪問URL時加載我們的整個應用程序(我的應用程序的大小現在很大)。我想根據路由動態加載組件(根據路由從服務器獲取新模板)。有什麼辦法可以做到這一點?

    4熱度

    2回答

    我有以下的兒童路線: { path: '', component: LoginSingupComponent, children: [ { path: 'login', component: LoginComponent }, { path: 'singup', component: SingupComponent }, ] }, 導航到/login或

    0熱度

    3回答

    我是Angular的新手,但設法創建了一個靜態網站,http://beta.catatumbo.io。該網站可通過互聯網訪問。使用提供的導航時,一切都很好。但是,遇到有書籤URL的問題。一級書籤(例如http://beta.catatumbo.io/overview)工作正常。第二級(例如http://beta.catatumbo.io/documentation/quick-start)由於未能

    0熱度

    1回答

    我添加了一個登陸組件,它顯示了登陸頁面和點擊時重定向到/食譜的按鈕。當所有路由都在單個模塊中時,它工作正常。但是當它分成不同的路由模塊時,它不會被點擊時重定向到/配方。 這裏是我的代碼 appRouting.module.ts 它重定向到配方,只有當我指定{路徑:....: '食譜' 組件}在appRotuing.module而不是recipesRouting .module import {Ng

    0熱度

    1回答

    導航到ID中途一個網址,我得到了與 this.router.navigate(["/approvals", id]); 其導航到/approvals/[id] 我不知道工作的路線怎麼可以路線到/approvals/[id]/users 有誰知道嗎?

    0熱度

    1回答

    我有一個奇怪的問題,當一個特定的路由直接啓動該組件被添加兩次在DOM,但從主頁面導航時,它工作正常。 問題是與contact路線ContactComponent 您可以檢查生活在這個網站上 轉到http://ootybookings.in/#/main/contact 您可以看到添加的接觸成分的兩倍 現在點擊主頁菜單/鏈接在頂部,然後單擊聯繫人菜單/鏈接 現在重複不見了 所有其他路線都很好。只有聯