Skip to content

Commit

Permalink
chore: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Nov 11, 2023
1 parent b327025 commit 1fc4e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio-ja/content/guide/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Angularは、多くのパッケージ、サブプロジェクト、ツールの

このドキュメントで説明されているポリシーとプラクティスは、Developer PreviewとマークされたAPIには適用されません。そのようなAPIは、フレームワークの新しいパッチバージョンであっても、いつでも変更されます。Developer Preview APIを使用する利点が、通常のセマンティック・バージョニングの利用から外れた破壊的変更のリスクに見合うかどうかは、チームで自己判断する必要があります。

## 実験的API
## 実験的API {@a experimental}

これらのAPIはまったく安定しないか、安定する前に大きな変更がある可能性があります。

Expand Down
2 changes: 1 addition & 1 deletion aio-ja/content/guide/standalone-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bootstrapApplication(PhotoAppComponent, {
});
```

## ルーティングと遅延読み込み
## ルーティングと遅延読み込み {@a routing-and-lazy-loading}

ルーターAPIは、スタンドアロンコンポーネントを利用するために更新および簡素化されました。多くの一般的な遅延読み込みのシナリオでは、 `NgModule` は不要になりました。

Expand Down

0 comments on commit 1fc4e11

Please sign in to comment.