No description
Find a file
2026-04-03 12:47:50 +00:00
.vscode initial commit 2025-06-27 19:34:19 +00:00
instructions update 2026-03-14 11:02:32 +01:00
public preparing going to prod 2025-07-12 14:09:09 +00:00
src update exp 2026-04-03 11:44:27 +02:00
.editorconfig initial commit 2025-06-27 19:34:19 +00:00
.gitignore initial commit 2025-06-27 19:34:19 +00:00
angular.json init branch 2025-10-11 15:07:08 +02:00
eslint.config.js lint review 2025-07-04 16:06:42 +02:00
package-lock.json preparing going to prod 2025-07-12 14:09:09 +00:00
package.json managing expiration 2025-07-10 16:12:24 +02:00
README.md save htaccess file 2025-06-29 13:58:38 +00:00
tsconfig.app.json initial commit 2025-06-27 19:34:19 +00:00
tsconfig.json initial commit 2025-06-27 19:34:19 +00:00
tsconfig.spec.json initial commit 2025-06-27 19:34:19 +00:00

Use full command

npx @angular/cli@20 new AngularCV ==> Generate new project with version npx ng build --configuration production ==> Build project to deployement

Use full link

htaccess generator : https://julianpoemp.github.io/ngx-htaccess-generator/#/generator

HTACCESS FILE :

Generated with ngx-htaccess-generator v1.2.4

Check for updates: https://julianpoemp.github.io/ngx-htaccess-generator/

RewriteEngine On

Redirection of requests to index.html

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d RewriteRule ^.*$ - [NC,L]

Redirect all non-file routes to index.html

RewriteRule ^(?!..).$ index.html [NC,L]

AngularCV

This project was generated using Angular CLI version 20.0.3.

Development server

To start a local development server, run:

ng serve

Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

Code scaffolding

Angular CLI includes powerful code scaffolding tools. To generate a new component, run:

ng generate component component-name

For a complete list of available schematics (such as components, directives, or pipes), run:

ng generate --help

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Running unit tests

To execute unit tests with the Karma test runner, use the following command:

ng test

Running end-to-end tests

For end-to-end (e2e) testing, run:

ng e2e

Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.

Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.