Skip to content

Commit 1680717

Browse files
committed
fix(docs): add missing anchor ID to custom-route-matchers heading
1 parent a7a9f55 commit 1680717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev-ja/src/content/guide/routing/customizing-route-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export const appConfig: ApplicationConfig = {
379379
};
380380
```
381381

382-
## カスタムルートマッチャー
382+
## カスタムルートマッチャー {#custom-route-matchers}
383383

384384
デフォルトでは、Angularのルーターは定義された順序でルートを反復処理し、URLパスを各ルートのパスパターンと照合しようとします。静的セグメント、パラメーター化セグメント(`:id`)、ワイルドカード(`**`)をサポートしています。最初に一致したルートが採用され、ルーターは検索を停止します。
385385

0 commit comments

Comments
 (0)