No description
Find a file
Jan Gleytenhoover 447bdb56a0
All checks were successful
release-please / release-please (push) Successful in 1m41s
Merge pull request 'chore(main): release 1.2.0' (#23) from release-please--branches--main into main
Reviewed-on: #23
2025-01-26 19:15:27 +00:00
.gitea/workflows ci: fix indentation in release workflow 2025-01-26 20:10:16 +01:00
.vscode chore: initialize Angular project with basic files 2025-01-19 19:27:41 +01:00
public chore: initialize Angular project with basic files 2025-01-19 19:27:41 +01:00
src style(login): Update login page title text 2025-01-26 19:28:32 +01:00
.editorconfig chore: initialize Angular project with basic files 2025-01-19 19:27:41 +01:00
.gitignore chore: initialize Angular project with basic files 2025-01-19 19:27:41 +01:00
.prettierignore style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
.prettierrc style: update Prettier config for bracket spacing 2025-01-21 13:35:20 +01:00
angular.json style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
CHANGELOG.md chore(main): release 1.2.0 2025-01-26 19:11:58 +00:00
Dockerfile build: update CMD instruction in Dockerfile 2025-01-20 08:45:41 +01:00
package-lock.json style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
package.json style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
README.md chore: initialize Angular project with basic files 2025-01-19 19:27:41 +01:00
release.config.cjs style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
tailwind.config.js style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
tsconfig.app.json style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00
tsconfig.json chore: initialize Angular project with basic files 2025-01-19 19:27:41 +01:00
tsconfig.spec.json style: format code and add prettier configuration files 2025-01-21 13:29:09 +01:00

Jklink

This project was generated using Angular CLI version 19.0.4.

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.