Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-16 00:22:14 +00:00
parent 27996b553a
commit 0881b6bcab
25 changed files with 121 additions and 71 deletions

17
tldr/ng-version Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ng version
> Display Angular CLI version.
> More information: <https://angular.dev/cli/version>.
- Display version:
`ng {{[v|version]}}`
- Display the CLI, framework, system, and project dependency versions in JSON format:
`ng {{[v|version]}} --json`