PS C:\Users\username\directoryname> ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 19.0.6
Node: 20.16.0
Package Manager: npm 9.8.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1900.6 (cli-only)
@angular-devkit/core 19.0.6 (cli-only)
@angular-devkit/schematics 19.0.6 (cli-only)
@schematics/angular 19.0.6 (cli-only)
PS C:\Users\username\directoryname> ng new apps
✔ Which stylesheet format would you like to use? Sass (SCSS) [ https://sass-lang.com/documentation/syntax#scss ]
✔ Do you want to enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering)? No
CREATE apps/angular.json (2858 bytes)
CREATE apps/package.json (1073 bytes)
CREATE apps/README.md (1526 bytes)
CREATE apps/tsconfig.json (942 bytes)
CREATE apps/.editorconfig (331 bytes)
CREATE apps/.gitignore (629 bytes)
CREATE apps/tsconfig.app.json (439 bytes)
CREATE apps/tsconfig.spec.json (449 bytes)
CREATE apps/.vscode/extensions.json (134 bytes)
CREATE apps/.vscode/launch.json (490 bytes)
CREATE apps/.vscode/tasks.json (980 bytes)
CREATE apps/src/main.ts (256 bytes)
CREATE apps/src/index.html (303 bytes)
CREATE apps/src/styles.scss (81 bytes)
CREATE apps/src/app/app.component.html (20239 bytes)
CREATE apps/src/app/app.component.spec.ts (939 bytes)
CREATE apps/src/app/app.component.ts (293 bytes)
CREATE apps/src/app/app.component.scss (0 bytes)
CREATE apps/src/app/app.config.ts (318 bytes)
CREATE apps/src/app/app.routes.ts (80 bytes)
CREATE apps/public/favicon.ico (15086 bytes)
✔ Packages installed successfully.
Successfully initialized git.
PS C:\Users\username\directoryname> cd apps
PS C:\Users\username\directoryname\apps> npm start
> apps@0.0.0 start
> ng serve
Component HMR has been enabled.
If you encounter application reload issues, you can manually reload the page to bypass HMR and/or disable this feature with the `--no-hmr` command line option.
Please consider reporting any issues you encounter here: https://github.com/angular/angular-cli/issues
Initial chunk files | Names | Raw size
polyfills.js | polyfills | 90.20 kB |
main.js | main | 23.10 kB |
styles.css | styles | 96 bytes |
| Initial total | 113.39 kB
Application bundle generation complete. [2.204 seconds]
Watch mode enabled. Watching for file changes...
NOTE: Raw file sizes do not reflect development server per-request transformations.
➜ Local: http://localhost:4200/
➜ press h + enter to show help