some minor changes
Showing
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -22,19 +22,21 @@ |
"@ngxs/store": "^3.5.0", | ||
"lazysizes": "^5.3.2", | ||
"ng-lazyload-image": "^9.1.2", | ||
"ngx-clipboard": "~15.1.0", | ||
"primeflex": "~3.1.3", | ||
"primeicons": "~5.0.0", | ||
"primeng": "~13.2.1", | ||
"quill": "^1.3.7", | ||
"rxjs": "~6.6.0", | ||
"tslib": "^2.1.0", | ||
"zone.js": "~0.11.4", | ||
"ngx-clipboard": "~15.1.0" | ||
"zone.js": "~0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^13.2.6", | ||
"@angular/cdk": "~13.2.6", | ||
"@angular/cli": "~13.2.6", | ||
"@angular/compiler-cli": "~13.2.6", | ||
"@angular/localize": "~13.2.6", | ||
"@types/jasmine": "~3.10.3", | ||
"@types/node": "^14.0.0", | ||
"jasmine-core": "~4.0.1", | ||
... | ... | @@ -43,6 +45,7 @@ |
"karma-coverage": "~2.0.3", | ||
"karma-jasmine": "~4.0.0", | ||
"karma-jasmine-html-reporter": "^1.5.0", | ||
"lite-server": "^2.6.1", | ||
"typescript": "~4.4.2" | ||
} | ||
} |
src/app/component/add-resource/add-resource.component.css
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/add-resource/add-resource.component.html
100644 → 100755
This diff is collapsed.
Click to expand it.
src/app/component/add-resource/add-resource.component.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/add-resource/add-resource.component.ts
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
src/app/component/approve-resource/approve-resource.component.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/change-password/change-password.component.css
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/change-password/change-password.component.html
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/change-password/change-password.component.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/footer/footer.component.css
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/footer/footer.component.html
100644 → 100755
src/app/component/footer/footer.component.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/footer/footer.component.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/header-menu/header-menu.component.css
100644 → 100755
src/app/component/header-menu/header-menu.component.html
100644 → 100755
src/app/component/header-menu/header-menu.component.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/header-menu/header-menu.component.ts
100644 → 100755
src/app/component/help/help.component.css
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/help/help.component.html
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/help/help.component.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/help/help.component.ts
100644 → 100755
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
src/app/component/login/login.component.html
100644 → 100755
src/app/component/login/login.component.scss
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/login/login.component.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/login/login.component.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/resource/resource.component.css
100644 → 100755
src/app/component/resource/resource.component.html
100644 → 100755
src/app/component/resource/resource.component.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/component/resource/resource.component.ts
100644 → 100755
src/app/guard/auth.guard.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/guard/auth.guard.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/guard/auth.interceptor.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/guard/auth.interceptor.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/json-typings.d.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/model/search-model.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/model/search-model.ts
100644 → 100755
src/app/model/user.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/model/user.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/service/login.service.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/service/login.service.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/service/resource.service.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/service/resource.service.ts
100644 → 100755
src/app/states/user.state.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/states/user.state.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/validator/check-password.directive.spec.ts
100644 → 100755
File mode changed from 100644 to 100755
src/app/validator/check-password.directive.ts
100644 → 100755
File mode changed from 100644 to 100755
src/assets/EUFlag.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/bulgarian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/croatian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/czech.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/danish.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/dutch.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/english.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/estonian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/finnish.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/french.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/german.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/greek.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/hungarian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/irish.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/italian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/latvian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/lithuanian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/polish.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/portuguese.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/romanian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/slovak.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/slovenian.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/spanish.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/flags/swedish.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/footer.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/logo-white.png
100644 → 100755
File mode changed from 100644 to 100755
src/assets/logo.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/sectors/arable.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/sectors/greenhouse.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/sectors/multi.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/sectors/orchard.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/sectors/vegetables.jpg
100644 → 100755
File mode changed from 100644 to 100755
src/assets/sectors/vineyard.jpg
100644 → 100755
This diff is collapsed.
Click to expand it.
src/config/app.config.ts
100644 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment