Skip to content

Commit

Permalink
Prepare empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Mar 6, 2018
1 parent 59c7c40 commit 36cae91
Show file tree
Hide file tree
Showing 130 changed files with 7,199 additions and 2,527 deletions.
4 changes: 2 additions & 2 deletions src/Itinerary.Web/.angular-cli.json → .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"apps": [
{
"root": "src",
"outDir": "../../build/web",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"defaults": {
"styleExt": "scss",
"styleExt": "css",
"component": {}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 8 additions & 25 deletions src/Itinerary.Web/package.json → package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,34 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build.dev": "ng build --dev",
"build.prod": "ng build --prod",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.2",
"@angular/animations": "^5.2.0",
"@angular/cdk": "^5.1.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/flex-layout": "^2.0.0-rc.1",
"@angular/forms": "^5.2.7",
"@angular/http": "^5.2.7",
"@angular/material": "^5.2.3",
"@angular/platform-browser": "^5.2.7",
"@angular/platform-browser-dynamic": "^5.2.7",
"@angular/router": "^5.2.7",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^5.0.0",
"@ngrx/router-store": "^5.0.0",
"@ngrx/store": "^5.0.0",
"@ngrx/store-devtools": "5.0.1",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"angular2-jwt": "0.2.3",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"http-server": "^0.11.1",
"ngrx-store-logger": "^0.1.8",
"reselect": "^3.0.0",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular/cli": "1.6.5",
"@angular/cli": "~1.7.0",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"codelyzer": "^4.2.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
Expand Down
File renamed without changes.
24 changes: 0 additions & 24 deletions src/Itinerary.Web/.vscode/settings.json

This file was deleted.

29 changes: 0 additions & 29 deletions src/Itinerary.Web/src/app/app-routing.module.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/Itinerary.Web/src/app/app.component.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/Itinerary.Web/src/app/app.component.scss

This file was deleted.

14 changes: 0 additions & 14 deletions src/Itinerary.Web/src/app/app.component.ts

This file was deleted.

58 changes: 0 additions & 58 deletions src/Itinerary.Web/src/app/app.module.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/Itinerary.Web/src/app/core/auth/auth-error.interceptor.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/Itinerary.Web/src/app/core/auth/auth-result.model.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/Itinerary.Web/src/app/core/auth/auth-token.model.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/Itinerary.Web/src/app/core/auth/auth.guard.ts

This file was deleted.

61 changes: 0 additions & 61 deletions src/Itinerary.Web/src/app/core/auth/auth.service.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/Itinerary.Web/src/app/core/auth/jwt.interceptor.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/Itinerary.Web/src/app/core/base.service.ts

This file was deleted.

Loading

0 comments on commit 36cae91

Please sign in to comment.