Fuse - Angular Admin template and Starter project
Go to file
2021-06-25 11:09:30 +03:00
src (docs) Use alternative spacing since 12s are removed 2021-06-25 11:09:30 +03:00
.browserslistrc Fuse v12.0.0 2021-04-15 17:13:46 +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 (dependencies) Updated Angular to v12.0.0 2021-05-14 12:12:24 +03:00
.nvmrc Removed optional chaining operators to support Node v12 2021-04-30 19:27:40 +03:00
angular.json (angular.json) Removed "e2e" entry, fixed the styles file path for "test" 2021-06-02 12:45:12 +03:00
CREDITS (MultiLang) Added multi language support using @ngneat/transloco 2021-05-18 15:11:57 +03:00
karma.conf.js (dependencies) Updated Angular to v12.0.0 2021-05-14 12:12:24 +03:00
LICENSE.md Fuse v12.0.0 2021-04-15 17:13:46 +03:00
package-lock.json Updated changelog and increased the version number 2021-06-14 14:29:58 +03:00
package.json (package.json) Added "description" and "author" fields 2021-06-21 18:56:15 +03:00
README.md (dependencies) Updated Angular to v12.0.0 2021-05-14 12:12:24 +03:00
tailwind.config.js (tailwindcss) Breaking: Removed 5, 6 & 12 fractional spacing values since they are not used in Demo by default and they are mostly not needed because of Flex and Grid. If you happen to use them, you can manually add them back. 2021-06-25 11:08:56 +03:00
transloco.config.js (MultiLang) Added multi language support using @ngneat/transloco 2021-05-18 15:11:57 +03:00
tsconfig.app.json Fuse v12.0.0 2021-04-15 17:13:46 +03:00
tsconfig.json (dependencies) Updated Angular to v12.0.0 2021-05-14 12:12:24 +03:00
tsconfig.spec.json Fuse v12.0.0 2021-04-15 17:13:46 +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 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. Use the --prod flag for a production build.

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.

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.