Fuse - Angular Admin template and Starter project
Go to file
Sercan Yemen ba49621e79 Update perfect scrollbar on document click...
This isn't the most elegant solution but there is no other way
of knowing when the contents of the scrollable container changes.
Therefore, we update scrollbars on every document click.
2018-01-09 11:30:11 +03:00
e2e Fixes #44 : Example e2e test file content is wrong 2017-11-08 15:08:40 +03:00
src Update perfect scrollbar on document click... 2018-01-09 11:30:11 +03:00
.angular-cli.json Angular updated to 5.0.2, angular-cli updated to 1.5.2, 2017-11-17 16:57:42 +03:00
.editorconfig (fuseIfOndDom) function changed for ie 2017-08-14 16:15:19 +03:00
.gitignore chore: initial commit from @angular/cli 2017-06-27 11:08:19 +03:00
.npmrc added npmrc to force the package version on both install and update 2017-08-30 11:48:26 +03:00
karma.conf.js Angular 5 compatibility (wip) 2017-11-02 12:52:27 +03:00
LICENSE Make sure the nav item has children before trying to get them 2017-12-08 09:34:30 +03:00
package-lock.json Updated Angular Material, Angular and various other modules to latest versions 2018-01-08 16:39:44 +03:00
package.json Updated Angular Material, Angular and various other modules to latest versions 2018-01-08 16:39:44 +03:00
protractor.conf.js Angular 5 compatibility (wip) 2017-11-02 12:52:27 +03:00
README.md Updated readme file 2017-11-04 16:15:00 +03:00
tsconfig.json Temporary aot build fix for @swimlane/ngx-charts 2017-11-18 01:43:08 +03:00
tslint.json Angular updated to 5.0.2, angular-cli updated to 1.5.2, 2017-11-17 16:57:42 +03:00

Fuse2

Material Design Admin Template with Angular 5+ and Angular Material 2

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|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 Protractor. Before running the tests make sure you are serving the app via ng serve.