Total Pageviews

5,442,807

Thursday, 23 January 2025

ng

 12799@DESKTOP-B6LK9IO MINGW64 ~ (main)
$ find . -name ng
./.cargo/registry/index/index.crates.io-6f17d22bba15001f/.cache/la/ng
./.cargo/registry/index/index.crates.io-6f17d22bba15001f/.cache/tu/ng
./angular-site/node_modules/.bin/ng
find: ‘./AppData/Local/Microsoft/Windows/INetCache/Low/Content.IE5’: Permission denied


12799@DESKTOP-B6LK9IO MINGW64 ~ (main)
$ ls angular-site
README.md      package-lock.json  src/               tsconfig.spec.json
angular.json   package.json       tsconfig.app.json
node_modules/  server.ts          tsconfig.json

12799@DESKTOP-B6LK9IO MINGW64 ~ (main)
$ ~/angular-site/node_modules/.bin/ng --help
Node.js version v23.3.0 detected.
Odd numbered Node.js versions will not enter LTS status and should not be used for production. For more information, please see https://nodejs.org/en/about/previous-releases/.
ng <command>

Commands:
  ng add <collection>            Adds support for an external library to your
                                 project.
  ng analytics                   Configures the gathering of Angular CLI usage
                                 metrics.
  ng build [project]             Compiles an Angular application or library into
                                 an output directory named dist/ at the given
                                 output path.                       [aliases: b]
  ng cache                       Configure persistent disk cache and retrieve
                                 cache statistics.
  ng completion                  Set up Angular CLI autocompletion for your
                                 terminal.
  ng config [json-path] [value]  Retrieves or sets Angular configuration values
                                 in the angular.json file for the workspace.
  ng deploy [project]            Invokes the deploy builder for a specified
                                 project or for the default project in the
                                 workspace.
  ng doc <keyword>               Opens the official Angular documentation
                                 (angular.io) in a browser, and searches for a
                                 given keyword.                     [aliases: d]
  ng e2e [project]               Builds and serves an Angular application, then
                                 runs end-to-end tests.             [aliases: e]
  ng extract-i18n [project]      Extracts i18n messages from source code.
  ng generate                    Generates and/or modifies files based on a
                                 schematic.                         [aliases: g]
  ng lint [project]              Runs linting tools on Angular application code
                                 in a given project folder.
  ng new [name]                  Creates a new Angular workspace.   [aliases: n]
  ng run <target>                Runs an Architect target with an optional
                                 custom builder configuration defined in your
                                 project.
  ng serve [project]             Builds and serves your application, rebuilding
                                 on file changes.                   [aliases: s]
  ng test [project]              Runs unit tests in a project.      [aliases: t]
  ng update [packages..]         Updates your workspace and its dependencies.
                                 See https://update.angular.io/.
  ng version                     Outputs Angular CLI version.       [aliases: v]

Options:
  --help  Shows a help message for this command in the console.        [boolean]

For more information, see https://angular.dev/cli/.

No comments:

Post a Comment