Fuse - Angular Admin template and Starter project
Go to file
2023-09-04 13:08:22 +03:00
src (apps/chat) Reset the current selected chat when component destroyed 2023-09-04 13:08:22 +03:00
.editorconfig Fuse v12.0.0 2021-04-15 17:13:46 +03:00
.eslintrc.json (eslint) Activate explicit return types on functions and methods 2021-05-18 11:42:36 +03:00
.gitignore Updated Angular to v13 2021-11-04 13:20:44 +03:00
.npmrc Added .npmrc file so we can use npm versions that are bigger than 6 2021-11-05 11:48:26 +03:00
.nvmrc Added .npmrc file so we can use npm versions that are bigger than 6 2021-11-05 11:48:26 +03:00
angular.json Removed the linter from the default project since linting mostly done using Editors and IDEs 2022-11-07 11:04:27 +03:00
CREDITS (MultiLang) Added multi language support using @ngneat/transloco 2021-05-18 15:11:57 +03:00
LICENSE.md Fuse v12.0.0 2021-04-15 17:13:46 +03:00
package-lock.json Finalized standalone components conversion 2023-05-30 09:26:50 +03:00
package.json Finalized standalone components conversion 2023-05-30 09:26:50 +03:00
README.md Matched the files and folders to be the same with a newly generated Angular v15 project 2022-11-07 11:01:23 +03:00
tailwind.config.js First pass through updating standalone components. 2023-05-04 13:29:53 +03:00
transloco.config.js (MultiLang) Added multi language support using @ngneat/transloco 2021-05-18 15:11:57 +03:00
tsconfig.app.json Matched the files and folders to be the same with a newly generated Angular v15 project 2022-11-07 11:01:23 +03:00
tsconfig.json Matched the files and folders to be the same with a newly generated Angular v15 project 2022-11-07 11:01:23 +03:00
tsconfig.spec.json Matched the files and folders to be the same with a newly generated Angular v15 project 2022-11-07 11:01:23 +03:00

Fuse - Admin template and Starter project for Angular

This project was generated with Angular CLI

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application 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.