Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
728de15a
Commit
728de15a
authored
Jul 25, 2017
by
Χάρης Παπαδόπουλος
Browse files
updated to latest versions. Fixing subscriptioning bug(WIP)
parent
8074c820
Changes
46
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
728de15a
...
...
@@ -12,57 +12,51 @@
"typings"
:
"rimraf typings/ && typings install"
},
"devDependencies"
:
{
"
@types/d3
"
:
"
^4.8.0
"
,
"
@types/node
"
:
"
^6.0.48
"
,
"
@types/redux-logger
"
:
"
^3.0.0
"
,
"
@types/systemjs
"
:
"
^0.20.2
"
,
"
angular2-router-loader
"
:
"
^0.3.4
"
,
"
angular2-template-loader
"
:
"
^0.6.0
"
,
"
babel-core
"
:
"
^6.20.0
"
,
"
babel-loader
"
:
"
^6.2.9
"
,
"
babel-preset-env
"
:
"
^1.1.4
"
,
"
babel-preset-es2015
"
:
"
^6.18.0
"
,
"
babel-preset-stage-1
"
:
"
^6.16.0
"
,
"
babili-webpack-plugin
"
:
"
^0.1.1
"
,
"
bootstrap-loader
"
:
"
^2.0.0-beta.20
"
,
"
css-loader
"
:
"
^0.25.0
"
,
"
node-sass
"
:
"
^4.5.0
"
,
"
redux-logger
"
:
"
^2.7.4
"
,
"
resolve-url-loader
"
:
"
^1.6.1
"
,
"
sass-loader
"
:
"
^4.1.1
"
,
"
style-loader
"
:
"
^0.13.1
"
,
"
to-string-loader
"
:
"
^1.1.5
"
,
"
tslint
"
:
"
^3.15.1
"
,
"
tslint-loader
"
:
"
^2.1.5
"
,
"
typescript
"
:
"
^2.0.10
"
,
"
url-loader
"
:
"
^0.5.7
"
,
"
webpack
"
:
"
^1.14.0
"
,
"
webpack-cleanup-plugin
"
:
"
^0.5.1
"
,
"
webpack-closure-compiler
"
:
"
^2.1.4
"
,
"
webpack-dashboard
"
:
"
^0.2.0
"
,
"
webpack-dev-server
"
:
"
^1.16.2
"
},
"dependencies"
:
{
"
@angular/animations
"
:
"
^4.0.0
"
,
"
@angular/common
"
:
"
^4.0.0
"
,
"
@angular/compiler
"
:
"
^4.0.0
"
,
"
@angular/compiler-cli
"
:
"
^4.0.0
"
,
"
@angular/core
"
:
"
^4.0.0
"
,
"
@angular/forms
"
:
"
^4.0.0
"
,
"
@angular/http
"
:
"
^4.0.0
"
,
"
@angular/platform-browser
"
:
"
^4.0.0
"
,
"
@angular/platform-browser-dynamic
"
:
"
^4.0.0
"
,
"
@angular/platform-server
"
:
"
^4.0.0
"
,
"
@angular/router
"
:
"
^4.0.0
"
,
"
@angular-redux/store
"
:
"
^6.5.7
"
,
"
@angular/animations
"
:
"
^4.3.1
"
,
"
@angular/common
"
:
"
^4.3.1
"
,
"
@angular/compiler
"
:
"
^4.3.1
"
,
"
@angular/compiler-cli
"
:
"
^4.3.1
"
,
"
@angular/core
"
:
"
^4.3.1
"
,
"
@angular/forms
"
:
"
^4.3.1
"
,
"
@angular/http
"
:
"
^4.3.1
"
,
"
@angular/platform-browser
"
:
"
^4.3.1
"
,
"
@angular/platform-browser-dynamic
"
:
"
^4.3.1
"
,
"
@angular/platform-server
"
:
"
^4.3.1
"
,
"
@angular/router
"
:
"
^4.3.1
"
,
"
@ngui/auto-complete
"
:
"
^0.13.3
"
,
"
@types/d3
"
:
"
^4.10.0
"
,
"
@types/file-saver
"
:
"
0.0.1
"
,
"
@types/jquery
"
:
"
^2.0.48
"
,
"
@types/node
"
:
"
^6.0.
60
"
,
"
@types/node
"
:
"
^6.0.
85
"
,
"
@types/node-sass
"
:
"
^3.10.32
"
,
"
babel-polyfill
"
:
"
^6.20.0
"
,
"
babel-core
"
:
"
^6.25.0
"
,
"
babel-loader
"
:
"
^6.4.1
"
,
"
babel-polyfill
"
:
"
^6.23.0
"
,
"
babel-preset-env
"
:
"
^1.6.0
"
,
"
babel-preset-es2015
"
:
"
^6.24.1
"
,
"
babel-preset-stage-1
"
:
"
^6.24.1
"
,
"
bootstrap
"
:
"
^4.0.0-alpha.6
"
,
"
core-js
"
:
"
^2.4.1
"
,
"
css-loader
"
:
"
^0.25.0
"
,
"
d3
"
:
"
^4.
4
.0
"
,
"
d3
"
:
"
^4.
10
.0
"
,
"
es6-promise
"
:
"
^4.0.5
"
,
"
es6-shim
"
:
"
^0.35.0
"
,
"
file-loader
"
:
"
^0.9.0
"
,
...
...
@@ -72,23 +66,24 @@
"
html-webpack-plugin
"
:
"
^2.24.1
"
,
"
immutable
"
:
"
^3.8.1
"
,
"
jquery
"
:
"
^3.2.1
"
,
"
mydatepicker
"
:
"
^2.0.13
"
,
"
ng2-redux
"
:
"
^5.1.0
"
,
"
mydatepicker
"
:
"
^2.0.26
"
,
"
ng2-smart-table
"
:
"
^1.2.1
"
,
"
ngx-cookie
"
:
"
^1.0.0
"
,
"
ngx-uploader
"
:
"
^2.2.5
"
,
"
raw-loader
"
:
"
^0.5.1
"
,
"
redux
"
:
"
^3.6.0
"
,
"
redux
"
:
"
^3.7.2
"
,
"
redux-logger
"
:
"
^2.10.2
"
,
"
reflect-metadata
"
:
"
0.1.8
"
,
"
rimraf
"
:
"
^2.4.3
"
,
"
roboto-fontface
"
:
"
^0.7.
0
"
,
"
roboto-fontface
"
:
"
^0.7.
1
"
,
"
rxjs
"
:
"
^5.0.0-rc.3
"
,
"
style-loader
"
:
"
^0.13.1
"
,
"
ts-loader
"
:
"
^1.2.1
"
,
"
typed-immutable-record
"
:
"
0.0.6
"
,
"
typescript
"
:
"
^2.4.
1
"
,
"
typescript
"
:
"
^2.4.
2
"
,
"
url-loader
"
:
"
^0.5.7
"
,
"
webpack
"
:
"
^1.13.3
"
,
"
zone.js
"
:
"
>=0.6.26
"
"
webpack-closure-compiler
"
:
"
^2.1.5
"
,
"
zone.js
"
:
"
^0.8.14
"
}
}
source/actions/coursefields.actions.ts
View file @
728de15a
import
{
COURSEFIELDS_RECEIVED
,
COURSEFIELDS_SELECTED_SAVE
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/actions/criteria.actions.ts
View file @
728de15a
import
{
CRITERIA_RECEIVED
,
CRITERIA_SAVE
,
CRITERIA_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/actions/epalclass.actions.ts
View file @
728de15a
import
{
EPALCLASSES_SAVE
}
from
'
../constants
'
;
import
{
EPALCLASSES_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
...
...
source/actions/logininfo.actions.ts
View file @
728de15a
import
{
LOGININFO_SAVE
,
PROFILE_SAVE
,
LOGININFO_RECEIVED
,
STATEMENTAGREE_SAVE
}
from
'
../constants
'
;
import
{
LOGININFO_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/actions/regionschools.actions.ts
View file @
728de15a
import
{
REGIONSCHOOLS_RECEIVED
,
REGIONSCHOOLS_SELECTED_SAVE
,
REGIONSCHOOLS_ORDER_SAVE
,
REGIONSCHOOLS_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/actions/sectorcourses.actions.ts
View file @
728de15a
import
{
SECTORCOURSES_RECEIVED
,
SECTORCOURSES_SELECTED_SAVE
,
SECTORCOURSES_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/actions/sectorfields.actions.ts
View file @
728de15a
import
{
SECTORFIELDS_RECEIVED
,
SECTORFIELDS_SELECTED_SAVE
,
SECTORFIELDS_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/actions/studentdatafields.actions.ts
View file @
728de15a
import
{
STUDENTDATAFIELDS_SAVE
,
STUDENTDATAFIELDS_INIT
}
from
'
../constants
'
;
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
NgRedux
}
from
'
ng2-redux
'
;
import
{
NgRedux
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../store
'
;
//import { UserDataService } from '../services/user-data-service';
...
...
source/app.ts
View file @
728de15a
...
...
@@ -3,7 +3,7 @@ import "babel-polyfill";
import
"
core-js/es6
"
;
import
"
core-js/es7/reflect
"
;
import
{
NgModule
}
from
"
@angular/core
"
;
import
{
NgReduxModule
,
DevToolsExtension
,
NgRedux
}
from
"
ng2-redux
"
;
import
{
NgReduxModule
,
DevToolsExtension
,
NgRedux
}
from
"
@angular-redux/store
"
;
import
{
BrowserModule
}
from
"
@angular/platform-browser
"
;
import
{
CookieModule
}
from
"
ngx-cookie
"
;
import
{
MyDatePickerModule
}
from
"
mydatepicker
"
;
...
...
source/components/director/director-classcapacity.ts
View file @
728de15a
...
...
@@ -4,7 +4,7 @@ import { AppSettings } from '../../app.settings';
import
{
HelperDataService
}
from
'
../../services/helper-data-service
'
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
'
@angular/http
'
;
import
{
NgRedux
,
select
}
from
'
ng2-redux
'
;
import
{
NgRedux
,
select
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../../store/store
'
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
'
@angular/router
'
;
import
{
BehaviorSubject
,
Subscription
}
from
'
rxjs/Rx
'
;
...
...
source/components/director/director-view.ts
View file @
728de15a
...
...
@@ -4,7 +4,7 @@ import { AppSettings } from '../../app.settings';
import
{
HelperDataService
}
from
'
../../services/helper-data-service
'
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
'
@angular/http
'
;
import
{
NgRedux
,
select
}
from
'
ng2-redux
'
;
import
{
NgRedux
,
select
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../../store/store
'
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
'
@angular/router
'
;
import
{
BehaviorSubject
,
Subscription
}
from
'
rxjs/Rx
'
;
...
...
source/components/header/header.component.ts
View file @
728de15a
...
...
@@ -3,7 +3,7 @@ import {Router} from "@angular/router";
import
{
Injectable
}
from
"
@angular/core
"
;
import
{
BehaviorSubject
,
Subscription
}
from
'
rxjs/Rx
'
;
import
{
NgRedux
,
select
}
from
"
ng2-redux
"
;
import
{
NgRedux
,
select
}
from
"
@angular-redux/store
"
;
import
{
IAppState
}
from
"
../../store/store
"
;
import
{
ILoginInfo
,
ILoginInfoToken
}
from
"
../../store/logininfo/logininfo.types
"
;
import
{
HelperDataService
}
from
"
../../services/helper-data-service
"
;
...
...
source/components/home.ts
View file @
728de15a
...
...
@@ -2,7 +2,7 @@ import {Router, ActivatedRoute, Params} from '@angular/router';
import
{
OnInit
,
Component
}
from
'
@angular/core
'
;
import
{
LoginInfoActions
}
from
'
../actions/logininfo.actions
'
;
import
{
ILoginInfo
}
from
'
../store/logininfo/logininfo.types
'
;
import
{
NgRedux
,
select
}
from
'
ng2-redux
'
;
import
{
NgRedux
,
select
}
from
'
@angular-redux/store
'
;
import
{
Observable
}
from
'
rxjs/Rx
'
;
import
{
IAppState
}
from
'
../store/store
'
;
import
{
HelperDataService
}
from
'
../services/helper-data-service
'
;
...
...
source/components/infoviews/eduadmin-view.ts
View file @
728de15a
...
...
@@ -3,7 +3,7 @@ import { AppSettings } from "../../app.settings";
import
{
HelperDataService
}
from
"
../../services/helper-data-service
"
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
"
@angular/http
"
;
import
{
NgRedux
,
select
}
from
"
ng2-redux
"
;
import
{
NgRedux
,
select
}
from
"
@angular-redux/store
"
;
import
{
IAppState
}
from
"
../../store/store
"
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
"
@angular/router
"
;
import
{
BehaviorSubject
,
Subscription
}
from
"
rxjs/Rx
"
;
...
...
source/components/infoviews/perfecture-view.ts
View file @
728de15a
...
...
@@ -3,7 +3,7 @@ import { AppSettings } from "../../app.settings";
import
{
HelperDataService
}
from
"
../../services/helper-data-service
"
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
"
@angular/http
"
;
import
{
NgRedux
,
select
}
from
"
ng2-redux
"
;
import
{
NgRedux
,
select
}
from
"
@angular-redux/store
"
;
import
{
IAppState
}
from
"
../../store/store
"
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
"
@angular/router
"
;
import
{
BehaviorSubject
,
Subscription
}
from
"
rxjs/Rx
"
;
...
...
source/components/minister/minister-informstudents.ts
View file @
728de15a
...
...
@@ -4,7 +4,7 @@ import { AppSettings } from '../../app.settings';
import
{
HelperDataService
}
from
'
../../services/helper-data-service
'
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
'
@angular/http
'
;
import
{
NgRedux
,
select
}
from
'
ng2-redux
'
;
import
{
NgRedux
,
select
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../../store/store
'
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
'
@angular/router
'
;
import
{
BehaviorSubject
,
Subscription
}
from
'
rxjs/Rx
'
;
...
...
source/components/minister/minister-reports.ts
View file @
728de15a
...
...
@@ -4,7 +4,7 @@ import { AppSettings } from "../../app.settings";
import
{
HelperDataService
}
from
"
../../services/helper-data-service
"
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
"
@angular/http
"
;
import
{
NgRedux
,
select
}
from
"
ng2-redux
"
;
import
{
NgRedux
,
select
}
from
"
@angular-redux/store
"
;
import
{
IAppState
}
from
"
../../store/store
"
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
"
@angular/router
"
;
import
{
BehaviorSubject
,
Subscription
}
from
"
rxjs/Rx
"
;
...
...
source/components/minister/minister-settings.ts
View file @
728de15a
...
...
@@ -4,7 +4,7 @@ import { AppSettings } from '../../app.settings';
import
{
HelperDataService
}
from
'
../../services/helper-data-service
'
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
'
@angular/http
'
;
import
{
NgRedux
,
select
}
from
'
ng2-redux
'
;
import
{
NgRedux
,
select
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../../store/store
'
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
'
@angular/router
'
;
import
{
BehaviorSubject
,
Subscription
}
from
'
rxjs/Rx
'
;
...
...
source/components/minister/minister-view.ts
View file @
728de15a
...
...
@@ -4,7 +4,7 @@ import { AppSettings } from '../../app.settings';
import
{
HelperDataService
}
from
'
../../services/helper-data-service
'
;
import
{
Observable
}
from
"
rxjs/Observable
"
;
import
{
Http
,
Headers
,
RequestOptions
}
from
'
@angular/http
'
;
import
{
NgRedux
,
select
}
from
'
ng2-redux
'
;
import
{
NgRedux
,
select
}
from
'
@angular-redux/store
'
;
import
{
IAppState
}
from
'
../../store/store
'
;
import
{
Router
,
ActivatedRoute
,
Params
}
from
'
@angular/router
'
;
import
{
BehaviorSubject
,
Subscription
}
from
'
rxjs/Rx
'
;
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment