0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Angular DevTools 導入

Last updated at Posted at 2023-11-13

Angular開発用のChrome拡張 Angular DevToolsの導入方法メモ。

手順

  1. Dev Toolsのインストール
  2. Angularサイトの立ち上げ
    • ng serve --configuration development
  3. 開発者ツールの「Angular」タブ
    • Composeなどが確認できるようになる。

スクリーンショット 2023-11-13 223144.png

注意点

Angularサイトを立ち上げるときは最適化オプションをオフにする必要がある。

なお,ng newで作成したプロジェクトであれば,development環境は最適化をオフにしているのでこちらを利用すればよい。

  • 手順2において--configuration developmentとしているのはこのため。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?