Fuse - Angular Admin template and Starter project
Go to file
mustafahlvc c06e99dc97 @angular/material v2.0.0-beta.12 compability update,
Lots of breaking changes,
all "md" prefixes changed with "mat" due to angular material deprecation of "md",
md2 package removed, its not compatible with latest material version, will be replaced with another date picker later.
2017-10-10 16:37:24 +03:00
e2e chore: initial commit from @angular/cli 2017-06-27 11:08:19 +03:00
src @angular/material v2.0.0-beta.12 compability update, 2017-10-10 16:37:24 +03:00
.angular-cli.json angular-in-memory-web-api updated, 2017-09-27 19:41:01 +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 chore: initial commit from @angular/cli 2017-06-27 11:08:19 +03:00
package-lock.json @angular/material v2.0.0-beta.12 compability update, 2017-10-10 16:37:24 +03:00
package.json @angular/material v2.0.0-beta.12 compability update, 2017-10-10 16:37:24 +03:00
protractor.conf.js chore: initial commit from @angular/cli 2017-06-27 11:08:19 +03:00
README.md updated the readme 2017-09-11 13:06:24 +03:00
tsconfig.json chore: initial commit from @angular/cli 2017-06-27 11:08:19 +03:00
tslint.json mail.. 2017-07-20 18:12:09 +03:00

Fuse2

Material Design Admin Template with Angular 4+ 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.