Project

General

Profile

« Previous | Next » 

Revision 61117

[Connect | Angular 11]: Update to Angular 10

View differences:

modules/uoa-connect-portal/branches/angular-11/browserslist
1
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
2
# For additional information regarding the format and rule options, please see:
3
# https://github.com/browserslist/browserslist#queries
4
#
5
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
6

  
7
> 0.5%
8
last 2 versions
9
Firefox ESR
10
not dead
11
not IE 9-11
modules/uoa-connect-portal/branches/angular-11/src/browserslist
1
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
2
# For additional information regarding the format and rule options, please see:
3
# https://github.com/browserslist/browserslist#queries
4
#
5
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
6

  
7
> 0.5%
8
last 2 versions
9
Firefox ESR
10
not dead
11
not IE 9-11
modules/uoa-connect-portal/branches/angular-11/angular.json
50 50
            ],
51 51
            "scripts": [
52 52
              "node_modules/jquery/dist/jquery.js"
53
            ],
54
            "es5BrowserSupport": true
53
            ]
55 54
          },
56 55
          "configurations": {
57 56
            "production": {
modules/uoa-connect-portal/branches/angular-11/package.json
15 15
  },
16 16
  "private": true,
17 17
  "dependencies": {
18
    "@angular/animations": "~9.1.13",
19
    "@angular/cdk": "^9.2.4",
20
    "@angular/common": "~9.1.13",
21
    "@angular/compiler": "~9.1.13",
22
    "@angular/core": "~9.1.13",
23
    "@angular/forms": "~9.1.13",
24
    "@angular/localize": "^9.1.13",
25
    "@angular/material": "^9.2.4",
26
    "@angular/platform-browser": "~9.1.13",
27
    "@angular/platform-browser-dynamic": "~9.1.13",
28
    "@angular/platform-server": "~9.1.13",
29
    "@angular/router": "~9.1.13",
30
    "@nguniversal/express-engine": "^9.1.1",
18
    "@angular/animations": "~10.2.5",
19
    "@angular/cdk": "^10.2.7",
20
    "@angular/common": "~10.2.5",
21
    "@angular/compiler": "~10.2.5",
22
    "@angular/core": "~10.2.5",
23
    "@angular/forms": "~10.2.5",
24
    "@angular/localize": "^10.2.5",
25
    "@angular/material": "^10.2.7",
26
    "@angular/platform-browser": "~10.2.5",
27
    "@angular/platform-browser-dynamic": "~10.2.5",
28
    "@angular/platform-server": "~10.2.5",
29
    "@angular/router": "~10.2.5",
30
    "@nguniversal/express-engine": "^10.1.0",
31 31
    "clipboard": "^1.5.16",
32 32
    "core-js": "^2.5.4",
33 33
    "express": "^4.15.2",
......
36 36
    "ng2-ckeditor": "1.2.9",
37 37
    "rxjs": "^6.5.1",
38 38
    "ts-md5": "^1.2.0",
39
    "tslib": "^1.10.0",
39
    "tslib": "^2.0.0",
40 40
    "zone.js": "~0.10.2"
41 41
  },
42 42
  "devDependencies": {
43
    "@angular-devkit/build-angular": "~0.901.15",
44
    "@angular/cli": "~9.1.15",
45
    "@angular/compiler-cli": "~9.1.13",
46
    "@angular/language-service": "~9.1.13",
47
    "@nguniversal/builders": "^9.1.1",
43
    "@angular-devkit/build-angular": "~0.1002.3",
44
    "@angular/cli": "~10.2.3",
45
    "@angular/compiler-cli": "~10.2.5",
46
    "@angular/language-service": "~10.2.5",
47
    "@nguniversal/builders": "^10.1.0",
48 48
    "@types/node": "^12.11.1",
49 49
    "@types/jasmine": "~2.8.8",
50 50
    "@types/jasminewd2": "~2.0.3",
51 51
    "@types/express": "^4.17.0",
52 52
    "@types/compression": "^1.7.0",
53 53
    "codelyzer": "^5.1.2",
54
    "jasmine-core": "~2.99.1",
55
    "jasmine-spec-reporter": "~4.2.1",
56
    "karma": "~4.0.0",
57
    "karma-chrome-launcher": "~2.2.0",
58
    "karma-coverage-istanbul-reporter": "~2.0.1",
59
    "karma-jasmine": "~1.1.2",
60
    "karma-jasmine-html-reporter": "^0.2.2",
61
    "protractor": "~5.4.0",
54
    "jasmine-core": "~3.5.0",
55
    "jasmine-spec-reporter": "~5.0.0",
56
    "karma": "~5.0.0",
57
    "karma-chrome-launcher": "~3.1.0",
58
    "karma-coverage-istanbul-reporter": "~3.0.2",
59
    "karma-jasmine": "~4.0.0",
60
    "karma-jasmine-html-reporter": "^1.5.0",
61
    "protractor": "~7.0.0",
62 62
    "ts-node": "~7.0.0",
63
    "typescript": "~3.8.3"
63
    "typescript": "~4.0.7"
64 64
  }
65 65
}
modules/uoa-connect-portal/branches/angular-11/tsconfig.json
6 6
    "outDir": "./dist/out-tsc",
7 7
    "sourceMap": true,
8 8
    "declaration": false,
9
    "module": "esnext",
9
    "module": "es2020",
10 10
    "moduleResolution": "node",
11 11
    "emitDecoratorMetadata": true,
12 12
    "experimentalDecorators": true,
modules/uoa-connect-portal/branches/angular-11/.browserslistrc
1
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
2
# For additional information regarding the format and rule options, please see:
3
# https://github.com/browserslist/browserslist#queries
4
#
5
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
6

  
7
> 0.5%
8
last 2 versions
9
Firefox ESR
10
not dead
11
not IE 9-11
modules/uoa-connect-portal/branches/angular-11/src/app/deposit/utils/fetchZenodoInformation.class.ts
4 4

  
5 5
import {ZenodoInformationClass} from '../../openaireLibrary/deposit/utils/zenodoInformation.class';
6 6
import {Subscriber} from "rxjs";
7
import {Injectable} from "@angular/core";
7 8

  
9
@Injectable({
10
  providedIn: 'root'
11
})
8 12
export class FetchZenodoInformation {
9 13
  private subscriptions = [];
10 14
  constructor ( private _zenodoCommunitieService: ZenodoCommunitiesService,
modules/uoa-connect-portal/branches/angular-11/src/tsconfig.server.json
2 2
  "extends": "./tsconfig.app.json",
3 3
  "compilerOptions": {
4 4
    "outDir": "../out-tsc/app-server",
5
    "module": "commonjs",
5
    "target": "es2016",
6 6
    "types": [
7 7
      "node"
8 8
    ]

Also available in: Unified diff