We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a9f55 commit 1680717Copy full SHA for 1680717
adev-ja/src/content/guide/routing/customizing-route-behavior.md
@@ -379,7 +379,7 @@ export const appConfig: ApplicationConfig = {
379
};
380
```
381
382
-## カスタムルートマッチャー
+## カスタムルートマッチャー {#custom-route-matchers}
383
384
デフォルトでは、Angularのルーターは定義された順序でルートを反復処理し、URLパスを各ルートのパスパターンと照合しようとします。静的セグメント、パラメーター化セグメント(`:id`)、ワイルドカード(`**`)をサポートしています。最初に一致したルートが採用され、ルーターは検索を停止します。
385
0 commit comments