Go to file
2023-12-21 14:41:53 +01:00
.nx/cache update sakai to v17 2023-12-21 13:43:57 +01:00
src update sakai to v17 (menu demo) 2023-12-21 14:41:53 +01:00
.browserslistrc initial commit 2021-12-06 10:26:58 +03:00
.editorconfig add template 2021-12-09 17:24:42 +03:00
.eslintrc.json Eslint integration 2022-10-25 14:28:22 +03:00
.gitignore Remove unused css & update gitignore 2022-07-26 11:41:25 +03:00
angular.json update sakai to v17 2023-12-21 13:43:57 +01:00
CHANGELOG.md Fix typo 2023-01-19 14:26:09 +03:00
karma.conf.js initial commit 2021-12-06 10:26:58 +03:00
LICENSE.md Rename LICENSE to LICENSE.md 2022-03-11 17:08:00 +03:00
package-lock.json update sakai to v17 2023-12-21 13:43:57 +01:00
package.json update sakai to v17 2023-12-21 13:43:57 +01:00
README.md initial commit 2021-12-06 10:26:58 +03:00
tsconfig.app.json initial commit 2021-12-06 10:26:58 +03:00
tsconfig.json Update es target, module, and lib to es2022 2023-06-13 07:50:53 -05:00
tsconfig.spec.json initial commit 2021-12-06 10:26:58 +03:00

Sakai

This project was generated with Angular CLI version 13.0.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.