No description
Find a file
Lithium Sulfate e5d66bf8e8
All checks were successful
/ build (push) Successful in 27s
/ deploy (push) Successful in 6s
Add tooltip to obscure !! link
2025-11-19 12:37:19 +01:00
.forgejo/workflows Only compile ts (this should always be the case anyways) 2025-09-12 15:39:36 +02:00
data add lesson 11 2025-11-19 12:32:39 +01:00
generated Move vocabs.json into a new generated folder, so that it can be separately cached/pushed as an artifact 2025-09-11 12:44:32 +02:00
public initial commit 2025-07-03 14:47:57 +02:00
src Add tooltip to obscure !! link 2025-11-19 12:37:19 +01:00
tools Sort vocab group names naturally instead of lexicographically (1 > 10) 2025-09-12 15:40:22 +02:00
.editorconfig initial commit 2025-07-03 14:47:57 +02:00
.gitignore Move vocabs.json into a new generated folder, so that it can be separately cached/pushed as an artifact 2025-09-11 12:44:32 +02:00
angular.json Nothing is hardcoded anymore, vocabs.json is now single source of truth 2025-07-07 23:24:08 +02:00
package-lock.json Convert csv2json to TS to remove python from workload and remove generated vocabs.json 2025-09-11 12:23:34 +02:00
package.json Add tools scripts 2025-09-12 15:39:52 +02:00
README.md initial commit 2025-07-03 14:47:57 +02:00
tsconfig.app.json initial commit 2025-07-03 14:47:57 +02:00
tsconfig.json initial commit 2025-07-07 20:17:08 +02:00
tsconfig.spec.json initial commit 2025-07-03 14:47:57 +02:00

Svok

This project was generated using Angular CLI version 20.0.5.

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.