如何在 Angular Cli 项目中格式化代码?
How to format code in Angular Cli project?
我在 Angular Cli 网站上找到了以下内容。
Test, Lint, Format
Make your code really shine. Run your unittests or your end-to-end
tests with the breeze of a command. Execute the official Angular
linter and run clang format.
但是我没有找到任何可以通过 angular cli 格式化的命令。
我的期望是可能有一个命令或类似的东西
ng格式
有什么可以帮助我的。
注意:据我所知,我们可以自己使用 clang-format 轻松完成此操作。在这里,我正在寻找 angular cli 命令,就像 ng lint.
您可以尝试以下方法
ng lint --格式
我在 Angular Cli 网站上找到了以下内容。
Test, Lint, Format
Make your code really shine. Run your unittests or your end-to-end tests with the breeze of a command. Execute the official Angular linter and run clang format.
但是我没有找到任何可以通过 angular cli 格式化的命令。
我的期望是可能有一个命令或类似的东西 ng格式
有什么可以帮助我的。
注意:据我所知,我们可以自己使用 clang-format 轻松完成此操作。在这里,我正在寻找 angular cli 命令,就像 ng lint.
您可以尝试以下方法
ng lint --格式