question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular language service performance issue

See original GitHub issue

🐞 bug report

Affected Package

The issue is caused by package @angular/language-service

Is this a regression?

v10 did not seem to have this issue, but it may have been introduced as part of vscode extension in v11

Description

Looks like angular language service started using 1 of my cpu cores non-stop. Sometimes I end up having multiple editors open for the same project (different copy) which makes the laptop and editors quite unresponsive.

Nothing is posted in the log that would look ouf of ordinary, except the number of watchers. Smaller test project seems to work OK, but not the main one.

Any ideas what can I do debug this further? Or what else I can do limit CPU impact?

For now basically I’m forced to disable the service πŸ˜•

Current laptop specs are: i7-10610U CPU / 32GB RAM / NVME SSD

image

Here is a verbose log from the extension:

Info 0    [16:58:56.640] Format host information updated
Info 1    [16:58:56.642] reload projects.
Info 2    [16:58:56.642] Before ensureProjectForOpenFiles:
Info 3    [16:58:56.643] Open files: 
Info 3    [16:58:56.643] After ensureProjectForOpenFiles:
Info 4    [16:58:56.643] Open files: 
Info 4    [16:58:56.643] Host file extension mappings updated
Info 5    [16:58:56.647] Angular language server process ID: 14944
Info 6    [16:58:56.648] Using typescript/lib/tsserverlibrary v4.1.5 from c:\Users\<<<<redacted>>>>\.vscode\extensions\angular.ng-template-11.2.12\node_modules\typescript\lib\tsserverlibrary.js
Info 7    [16:58:56.649] Using @angular/language-service/bundles/ivy v11.2.11 from c:\Users\<<<<redacted>>>>\.vscode\extensions\angular.ng-template-11.2.12\node_modules\@angular\language-service\bundles\ivy.js
Info 8    [16:58:56.649] Log file: c:\Users\<<<<redacted>>>>\AppData\Roaming\Code\logs\20210426T165824\exthost1\Angular.ng-template\nglangsvc.log
Info 9    [16:58:56.677] Search path: <<<<redacted>>>>
Info 10   [16:58:56.679] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 11   [16:58:56.680] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 12   [16:58:56.680] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 13   [16:58:56.681] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 14   [16:58:56.681] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 15   [16:58:56.681] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 16   [16:58:56.682] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 17   [16:58:56.683] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>> Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 18   [16:58:56.684] ConfigFilePresence:: Current Watches: :: File: <<<<redacted>>>>/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: <<<<redacted>>>> Status: File added to open files impacted by this config file
Info 19   [16:58:56.685] For info: <<<<redacted>>>> :: Config file name: <<<<redacted>>>>/tsconfig.json
Info 20   [16:58:56.686] Opened configuration file <<<<redacted>>>>/tsconfig.json
Info 21   [16:58:56.694] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>>/tsconfig.json 2000 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Config file
Info 22   [16:58:56.700] Loading new project: Creating possible configured project for <<<<redacted>>>> to open
Info 23   [16:59:3.700] Config: <<<<redacted>>>>/tsconfig.json : {
 "rootNames": [
  "<<<<redacted>>>>", // 2500 lines!
 ],
 "options": {
  "importHelpers": true,
  "noImplicitAny": false,
  "noImplicitReturns": true,
  "allowSyntheticDefaultImports": true,
  "downlevelIteration": true,
  "experimentalDecorators": true,
  "emitDecoratorMetadata": true,
  "esModuleInterop": true,
  "declaration": false,
  "skipLibCheck": true,
  "target": 2,
  "module": 1,
  "moduleResolution": 2,
  "outDir": "<<<<redacted>>>>",
  "baseUrl": "<<<<redacted>>>>/source",
  "noUnusedLocals": true,
  "noUnusedParameters": true,
  "resolveJsonModule": true,
  "strict": true,
  "strictPropertyInitialization": false,
  "lib": [
   "lib.es2018.d.ts",
   "lib.dom.d.ts"
  ],
  "paths": {
   "@<<<<redacted>>>>/core": [
    "../projects/<<<<redacted>>>>-core/src/public-api.ts"
   ],
   "@<<<<redacted>>>>/core/testing": [
    "../projects/<<<<redacted>>>>-core/src/testing-api.ts"
   ],
   "@<<<<redacted>>>>/core/*": [
    "../projects/<<<<redacted>>>>-core/src/lib/*"
   ],
   "@<<<<redacted>>>>/components": [
    "../projects/<<<<redacted>>>>-components/src/public-api.ts"
   ],
   "@<<<<redacted>>>>/components/testing": [
    "../projects/<<<<redacted>>>>-components/src/testing-api.ts"
   ],
   "@<<<<redacted>>>>/components/*": [
    "../projects/<<<<redacted>>>>-components/src/lib/*"
   ],
   "@<<<<redacted>>>>/form": [
    "../projects/<<<<redacted>>>>-form/src/public-api.ts"
   ],
   "@<<<<redacted>>>>/form/testing": [
    "../projects/<<<<redacted>>>>-form/src/testing-api.ts"
   ],
   "@<<<<redacted>>>>/form/*": [
    "../projects/<<<<redacted>>>>-form/src/lib/*"
   ],
   "@<<<<redacted>>>>/*": [
    "../projects/<<<<redacted>>>>/src/app/*"
   ],
   "@<<<<redacted>>>>/*": [
    "../source/*"
   ],
   "@<<<<redacted>>>>-root/*": [
    "../projects/<<<<redacted>>>>/src/*"
   ],
   "@<<<<redacted>>>>/*": [
    "../projects/<<<<redacted>>>>/src/app/*"
   ],
   "test/*": [
    "../test/*"
   ],
   "@shim/*": [
    "../shim/*"
   ],
   "@resources/*": [
    "../resources/*"
   ]
  },
  "pathsBasePath": "<<<<redacted>>>>",
  "configFilePath": "<<<<redacted>>>>/tsconfig.json"
 }
}
Info 24   [16:59:3.705] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 25   [16:59:3.708] Elapsed:: 2.2044010162353516ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 26   [16:59:3.708] Loading global plugin @angular/language-service
Info 27   [16:59:3.708] Enabling plugin @angular/language-service from candidate paths: c:\Users\<<<<redacted>>>>\.vscode\extensions\angular.ng-template-11.2.12\node_modules\@angular\language-service\bundles\ivy.js,c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/tsserverlibrary.js/../../..
Info 28   [16:59:3.709] Loading @angular/language-service from c:\Users\<<<<redacted>>>>\.vscode\extensions\angular.ng-template-11.2.12\node_modules\@angular\language-service\bundles\ivy.js (resolved to c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/@angular/language-service/bundles/ivy.js/node_modules)
Info 29   [16:59:5.927] Angular compiler options for <<<<redacted>>>>/tsconfig.json: {
  "importHelpers": true,
  "noImplicitAny": false,
  "noImplicitReturns": true,
  "allowSyntheticDefaultImports": true,
  "downlevelIteration": true,
  "experimentalDecorators": true,
  "emitDecoratorMetadata": true,
  "esModuleInterop": true,
  "declaration": false,
  "skipLibCheck": true,
  "target": 2,
  "module": 1,
  "moduleResolution": 2,
  "outDir": "<<<<redacted>>>>",
  "baseUrl": "<<<<redacted>>>>/source",
  "noUnusedLocals": true,
  "noUnusedParameters": true,
  "resolveJsonModule": true,
  "strict": true,
  "strictPropertyInitialization": false,
  "lib": [
    "lib.es2018.d.ts",
    "lib.dom.d.ts"
  ],
  "paths": {
    "@<<<<redacted>>>>/core": [
      "../projects/<<<<redacted>>>>-core/src/public-api.ts"
    ],
    "@<<<<redacted>>>>/core/testing": [
      "../projects/<<<<redacted>>>>-core/src/testing-api.ts"
    ],
    "@<<<<redacted>>>>/core/*": [
      "../projects/<<<<redacted>>>>-core/src/lib/*"
    ],
    "@<<<<redacted>>>>/components": [
      "../projects/<<<<redacted>>>>-components/src/public-api.ts"
    ],
    "@<<<<redacted>>>>/components/testing": [
      "../projects/<<<<redacted>>>>-components/src/testing-api.ts"
    ],
    "@<<<<redacted>>>>/components/*": [
      "../projects/<<<<redacted>>>>-components/src/lib/*"
    ],
    "@<<<<redacted>>>>/form": [
      "../projects/<<<<redacted>>>>-form/src/public-api.ts"
    ],
    "@<<<<redacted>>>>/form/testing": [
      "../projects/<<<<redacted>>>>-form/src/testing-api.ts"
    ],
    "@<<<<redacted>>>>/form/*": [
      "../projects/<<<<redacted>>>>-form/src/lib/*"
    ],
    "@<<<<redacted>>>>/*": [
      "../projects/<<<<redacted>>>>/src/app/*"
    ],
    "@<<<<redacted>>>>/*": [
      "../source/*"
    ],
    "@<<<<redacted>>>>-root/*": [
      "../projects/<<<<redacted>>>>/src/*"
    ],
    "@<<<<redacted>>>>/*": [
      "../projects/<<<<redacted>>>>/src/app/*"
    ],
    "test/*": [
      "../test/*"
    ],
    "@shim/*": [
      "../shim/*"
    ],
    "@resources/*": [
      "../resources/*"
    ]
  },
  "configFilePath": "<<<<redacted>>>>/tsconfig.json",
  "pathsBasePath": "<<<<redacted>>>>",
  "genDir": "<<<<redacte\d>>>>",
  "basePath": "<<<<redacted>>>>",
  "enableIvy": true,
  "strictTemplates": false,
  "fullTemplateTypeCheck": true,
  "strictInjectionParameters": true,
  "disableTypeScriptVersionCheck": true,
  "compileNonExportedClasses": false
}
Info 30   [16:59:5.928] Plugin validation succeded
Info 31   [16:59:5.930] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>>/generate-services-report.ts 500 undefined Project:  WatchType: Closed Script info
...............................................
Info 2475 [16:59:11.8] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2476 [16:59:11.10] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2477 [16:59:11.12] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2478 [16:59:11.14] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2479 [16:59:11.16] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2480 [16:59:11.17] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2481 [16:59:11.262] Starting updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json
Info 2482 [16:59:12.531] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2483 [16:59:12.532] Elapsed:: 0.9315010011196136ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2484 [16:59:12.657] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2485 [16:59:12.659] Elapsed:: 1.193598985671997ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2486 [16:59:13.367] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/dist 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2487 [16:59:13.368] Elapsed:: 1.3388999998569489ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/dist 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2488 [16:59:14.754] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/mock-server 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2489 [16:59:14.755] Elapsed:: 1.0076990127563477ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/mock-server 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2490 [16:59:17.940] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/projects 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2491 [16:59:17.941] Elapsed:: 1.2689000070095062ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/projects 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2492 [16:59:19.401] DirectoryWatcher:: Added:: WatchInfo: c:/users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2493 [16:59:19.402] Elapsed:: 1.1085000038146973ms DirectoryWatcher:: Added:: WatchInfo: c:/users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2494 [16:59:23.793] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/source 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2495 [16:59:23.794] Elapsed:: 1.2818999886512756ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/source 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2496 [16:59:32.887] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/test 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2497 [16:59:32.888] Elapsed:: 0.906499981880188ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/test 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2498 [16:59:33.438] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2499 [16:59:33.442] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2500 [16:59:33.478] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2501 [16:59:33.480] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2502 [16:59:33.483] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2503 [16:59:33.484] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2504 [16:59:33.486] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2505 [16:59:33.489] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2506 [16:59:33.490] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2507 [16:59:39.395] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/resources 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2508 [16:59:39.396] Elapsed:: 0.8010999858379364ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/resources 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2509 [16:59:39.396] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/scripts 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2510 [16:59:39.397] Elapsed:: 0.7426000237464905ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/scripts 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2511 [16:59:40.308] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules/@types 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Type roots
Info 2512 [16:59:40.310] Elapsed:: 1.2267000079154968ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules/@types 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Type roots
Info 2513 [16:59:40.315] Finishing updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json Version: 1 structureChanged: true Elapsed: 29052.791199982166ms
Info 2514 [16:59:40.315] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
Info 2515 [16:59:40.316] 	Files (3232)
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es5.d.ts

    .................


	<<<<redacted>>>>/node_modules/@types/bluebird/index.d.ts
	<<<<redacted>>>>/node_modules/@types/component-emitter/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cors/index.d.ts
	<<<<redacted>>>>/node_modules/@types/estree/index.d.ts
	<<<<redacted>>>>/node_modules/@types/minimatch/index.d.ts
	<<<<redacted>>>>/node_modules/@types/glob/index.d.ts
	<<<<redacted>>>>/node_modules/@types/http-proxy/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasmine/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasminewd2/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQueryStatic.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQuery.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/misc.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/legacy.d.ts
	<<<<redacted>>>>/node_modules/@types/sizzle/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery.cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json-schema/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json5/index.d.ts
	<<<<redacted>>>>/node_modules/log4js/types/log4js.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/lib/constants.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/index.d.ts
	<<<<redacted>>>>/node_modules/@types/mime/index.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/moment-timezone.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/index.d.ts
	<<<<redacted>>>>/node_modules/@types/parse-json/index.d.ts
	<<<<redacted>>>>/node_modules/@types/pdfmake/index.d.ts
	<<<<redacted>>>>/node_modules/@types/resolve/index.d.ts
	<<<<redacted>>>>/node_modules/@types/source-list-map/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-bom/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-json-comments/index.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs-parser/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs/index.d.ts

Info 2516 [16:59:40.317] -----------------------------------------------
Info 2517 [16:59:40.340] DirectoryWatcher:: Close:: WatchInfo: <<<<redacted>>>>/node_modules/@types 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Type roots
Info 2518 [16:59:40.341] Elapsed:: 0.622299998998642ms DirectoryWatcher:: Close:: WatchInfo: <<<<redacted>>>>/node_modules/@types 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Type roots
Info 2519 [16:59:41.314] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
	Files (3232)

-----------------------------------------------
Open files: 
	FileName: <<<<redacted>>>> ProjectRootPath: undefined
		Projects: <<<<redacted>>>>/tsconfig.json
Info 2519 [16:59:45.542] DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2520 [16:59:45.544] Elapsed:: 1.703099012374878ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2521 [16:59:45.545] DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2522 [16:59:45.546] Elapsed:: 0.45729899406433105ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2523 [16:59:45.547] DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2524 [16:59:45.550] Scheduled: <<<<redacted>>>>/tsconfig.json
Info 2525 [16:59:45.551] Scheduled: *ensureProjectForOpenFiles*
Info 2526 [16:59:45.551] Elapsed:: 3.520299971103668ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2527 [16:59:45.801] Running: <<<<redacted>>>>/tsconfig.json
Info 2528 [16:59:47.446] Starting updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json
Info 2529 [16:59:48.63] Finishing updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json Version: 2 structureChanged: true Elapsed: 617.2086990177631ms
Info 2530 [16:59:48.63] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
Info 2531 [16:59:48.64] 	Files (832)
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es5.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2016.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.dom.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.core.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.collection.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.generator.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.iterable.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.promise.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.proxy.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.reflect.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.symbol.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2016.array.include.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.object.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.string.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.intl.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.intl.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.promise.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.regexp.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2020.bigint.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.esnext.intl.d.ts
	<<<<redacted>>>>/node_modules/tslib/tslib.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subscription.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/types.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Operator.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/iif.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/throwError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Observable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/ConnectableObservable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/groupBy.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/symbol/observable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/BehaviorSubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/ReplaySubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/AsyncSubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Scheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/Action.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsyncScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsyncAction.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/asap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/async.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/QueueScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/queue.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/animationFrame.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/VirtualTimeScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Notification.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/pipe.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/noop.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/identity.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/isObservable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/ArgumentOutOfRangeError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/EmptyError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/ObjectUnsubscribedError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/UnsubscriptionError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/TimeoutError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/bindCallback.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/bindNodeCallback.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/InnerSubscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/OuterSubscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/combineLatest.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/concat.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/defer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/empty.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/forkJoin.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/from.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/fromEvent.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/fromEventPattern.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/generate.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/interval.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/merge.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/never.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/of.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/onErrorResumeNext.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/pairs.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/partition.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/race.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/range.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/timer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/using.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/zip.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduled/scheduled.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/config.d.ts
	<<<<redacted>>>>/node_modules/rxjs/index.d.ts
	<<<<redacted>>>>/node_modules/@angular/core/src/r3_symbols.d.ts
	<<<<redacted>>>>/node_modules/@angular/core/core.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/collection-viewer.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/data-source.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/array-data-source.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/view-repeater.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/dispose-view-repeater-strategy.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/recycle-view-repeater-strategy.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/selection-model.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/unique-selection-dispatcher.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/tree-adapter.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/public-api.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/collections/index.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/boolean-property.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/number-property.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/array.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/css-pixel-value.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/element.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/string-array.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/public-api.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/coercion/index.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/accordion/accordion.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/accordion/accordion-item.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/accordion/accordion-module.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/accordion/public-api.d.ts
	<<<<redacted>>>>/node_modules/@angular/cdk/accordion/index.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>/node_modules/@angular/animations/animations.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/audit.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/auditTime.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/buffer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/bufferCount.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/bufferTime.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/bufferToggle.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/bufferWhen.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/catchError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/combineAll.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/combineLatest.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/concat.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/concatAll.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/concatMap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/concatMapTo.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/count.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/debounce.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/debounceTime.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/defaultIfEmpty.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/delay.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/delayWhen.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/dematerialize.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/distinct.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/distinctUntilChanged.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/distinctUntilKeyChanged.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/elementAt.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/endWith.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/every.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/exhaust.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/exhaustMap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/expand.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/filter.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/finalize.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/find.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/findIndex.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/first.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/ignoreElements.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/isEmpty.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/last.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/map.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/mapTo.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/materialize.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/max.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/merge.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/mergeAll.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/mergeMap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/mergeMapTo.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/mergeScan.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/min.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/multicast.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/observeOn.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/onErrorResumeNext.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/pairwise.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/partition.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/pluck.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/publish.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/publishBehavior.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/publishLast.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/publishReplay.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/race.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/reduce.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/repeat.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/repeatWhen.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/retry.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/retryWhen.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/refCount.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/sample.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/sampleTime.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/scan.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/sequenceEqual.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/share.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/shareReplay.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/single.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/skip.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/skipLast.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/skipUntil.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/skipWhile.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/startWith.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/subscribeOn.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/switchAll.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/switchMap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/switchMapTo.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/take.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/takeLast.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/takeUntil.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/takeWhile.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/tap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/throttle.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/throttleTime.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/throwIfEmpty.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/timeInterval.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/timeout.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/timeoutWith.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/timestamp.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/toArray.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/window.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/windowCount.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/windowTime.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/windowToggle.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/windowWhen.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/withLatestFrom.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/zip.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/zipAll.d.ts
	<<<<redacted>>>>/node_modules/rxjs/operators/index.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/common.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/array.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/collection.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/date.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/function.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/lang.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/math.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/number.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/object.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/seq.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/string.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/util.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/index.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/remove.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>/node_modules/@types/bluebird/index.d.ts
	<<<<redacted>>>>/node_modules/@types/component-emitter/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cors/index.d.ts
	<<<<redacted>>>>/node_modules/@types/estree/index.d.ts
	<<<<redacted>>>>/node_modules/@types/minimatch/index.d.ts
	<<<<redacted>>>>/node_modules/@types/glob/index.d.ts
	<<<<redacted>>>>/node_modules/@types/http-proxy/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasmine/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasminewd2/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQueryStatic.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQuery.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/misc.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/legacy.d.ts
	<<<<redacted>>>>/node_modules/@types/sizzle/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery.cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json-schema/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json5/index.d.ts
	<<<<redacted>>>>/node_modules/log4js/types/log4js.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/lib/constants.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/index.d.ts
	<<<<redacted>>>>/node_modules/@types/mime/index.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/moment-timezone.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/index.d.ts
	<<<<redacted>>>>/node_modules/@types/parse-json/index.d.ts
	<<<<redacted>>>>/node_modules/@types/pdfmake/index.d.ts
	<<<<redacted>>>>/node_modules/@types/q/index.d.ts
	<<<<redacted>>>>/node_modules/@types/resolve/index.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/remote.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/http.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/chrome.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/edge.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/firefox.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/ie.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/opera.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/safari.d.ts
	<<<<redacted>>>>/node_modules/@types/selenium-webdriver/index.d.ts
	<<<<redacted>>>>/node_modules/@types/source-list-map/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-bom/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-json-comments/index.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs-parser/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs/index.d.ts

Info 2532 [16:59:48.64] -----------------------------------------------
Info 2533 [16:59:48.70] Running: *ensureProjectForOpenFiles*
Info 2534 [16:59:48.70] Before ensureProjectForOpenFiles:
Info 2535 [16:59:48.70] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
	Files (832)

-----------------------------------------------
Open files: 
	FileName: <<<<redacted>>>> ProjectRootPath: undefined
		Projects: <<<<redacted>>>>/tsconfig.json
Info 2535 [16:59:48.70] After ensureProjectForOpenFiles:
Info 2536 [16:59:48.70] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
	Files (832)

-----------------------------------------------
Open files: 
	FileName: <<<<redacted>>>> ProjectRootPath: undefined
		Projects: <<<<redacted>>>>/tsconfig.json
Info 2536 [16:59:48.71] DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2537 [16:59:48.73] Elapsed:: 1.5350989997386932ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project:  WatchType: node_modules for closed script infos in them
Info 2538 [16:59:48.73] DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2539 [16:59:48.73] Elapsed:: 0.050800979137420654ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>>/node_modules 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Failed Lookup Locations
Info 2540 [16:59:48.76] DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2541 [16:59:48.76] Scheduled: <<<<redacted>>>>/tsconfig.json
Info 2542 [16:59:48.76] Scheduled: *ensureProjectForOpenFiles*
Info 2543 [16:59:48.76] Elapsed:: 0.307699978351593ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/node_modules/@angular/compiler-cli/ngcc/__ngcc_lock_file__ :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2544 [16:59:48.78] Enabling Ivy language service for <<<<redacted>>>>/tsconfig.json.
Info 2545 [16:59:49.303] Starting updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json
Info 2546 [16:59:52.742] DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules/@types 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Type roots
Info 2547 [16:59:52.743] Elapsed:: 0.7572000026702881ms DirectoryWatcher:: Added:: WatchInfo: <<<<redacted>>>>/node_modules/@types 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Type roots
Info 2548 [16:59:52.745] Finishing updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json Version: 3 structureChanged: true Elapsed: 3441.7583000063896ms
Info 2549 [16:59:52.745] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
Info 2550 [16:59:52.746] 	Files (3232)
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es5.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2016.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.dom.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.core.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.collection.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.generator.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.iterable.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.promise.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.proxy.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.reflect.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.symbol.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2016.array.include.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.object.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.string.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.intl.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.intl.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.promise.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.regexp.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2020.bigint.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.esnext.intl.d.ts
	<<<<redacted>>>>/node_modules/tslib/tslib.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/common.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/array.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/collection.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/date.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/function.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/lang.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/math.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/number.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/object.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/seq.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/string.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/util.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/index.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/differenceWith.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/orderBy.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>/generate-services-report.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subscription.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/types.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Operator.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/iif.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/throwError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Observable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/ConnectableObservable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/groupBy.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/symbol/observable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/BehaviorSubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/ReplaySubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/AsyncSubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Scheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/Action.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsyncScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsyncAction.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/asap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/async.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/QueueScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/queue.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/animationFrame.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/VirtualTimeScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Notification.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/pipe.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/noop.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/identity.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/isObservable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/ArgumentOutOfRangeError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/EmptyError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/ObjectUnsubscribedError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/UnsubscriptionError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/TimeoutError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/bindCallback.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/bindNodeCallback.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/InnerSubscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/OuterSubscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/combineLatest.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/concat.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/defer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/empty.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/forkJoin.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/from.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/fromEvent.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/fromEventPattern.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/generate.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/interval.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/merge.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/never.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/of.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/onErrorResumeNext.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/pairs.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/partition.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/race.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/range.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/timer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/using.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/zip.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduled/scheduled.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/config.d.ts
	<<<<redacted>>>>/node_modules/rxjs/index.d.ts
	<<<<redacted>>>>/node_modules/@angular/core/src/r3_symbols.d.ts
	<<<<redacted>>>>/node_modules/@angular/core/core.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
    ................................................
	<<<<redacted>>>>/node_modules/@types/bluebird/index.d.ts
	<<<<redacted>>>>/node_modules/@types/component-emitter/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cors/index.d.ts
	<<<<redacted>>>>/node_modules/@types/estree/index.d.ts
	<<<<redacted>>>>/node_modules/@types/minimatch/index.d.ts
	<<<<redacted>>>>/node_modules/@types/glob/index.d.ts
	<<<<redacted>>>>/node_modules/@types/http-proxy/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasmine/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasminewd2/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQueryStatic.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQuery.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/misc.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/legacy.d.ts
	<<<<redacted>>>>/node_modules/@types/sizzle/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery.cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json-schema/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json5/index.d.ts
	<<<<redacted>>>>/node_modules/log4js/types/log4js.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/lib/constants.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/index.d.ts
	<<<<redacted>>>>/node_modules/@types/mime/index.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/moment-timezone.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/index.d.ts
	<<<<redacted>>>>/node_modules/@types/parse-json/index.d.ts
	<<<<redacted>>>>/node_modules/@types/pdfmake/index.d.ts
	<<<<redacted>>>>/node_modules/@types/resolve/index.d.ts
	<<<<redacted>>>>/node_modules/@types/source-list-map/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-bom/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-json-comments/index.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs-parser/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs/index.d.ts

Info 2551 [16:59:52.747] -----------------------------------------------
Perf 2552 [16:59:52.756] LanguageService#LsDiagnostics: {"events":{"InputDtsFile":783,"InputTsFile":2449},"phases":{"Unaccounted":3499,"LsDiagnostics":641},"memory":{"Initial":379566012}}
Info 2553 [16:59:52.866] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Info 2554 [16:59:52.877] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
................................
Info 2941 [16:59:56.736] FileWatcher:: Added:: WatchInfo: <<<<redacted>>>> 500 undefined Project:  WatchType: Closed Script info
Perf 2942 [16:59:57.423] LanguageService#LsDiagnostics: {"events":{"AnalyzeComponent":944,"AnalyzeDirective":34,"AnalyzeInjectable":186,"AnalyzeNgModule":136,"AnalyzePipe":11,"TraitAnalyze":1311},"phases":{"Unaccounted":23,"Analysis":4081966,"Resolve":510460,"CycleDetection":67051,"TcbGeneration":467,"TcbUpdateProgram":129,"TtcDiagnostics":103,"LsDiagnostics":1475},"memory":{"Analysis":445402388,"Resolve":456308536,"TtcUpdateProgram":456426292}}
Info 2943 [16:59:57.423] Running: <<<<redacted>>>>/tsconfig.json
Info 2944 [16:59:57.454] Starting updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json
Info 2945 [16:59:57.860] Finishing updateGraphWorker: Project: <<<<redacted>>>>/tsconfig.json Version: 4 structureChanged: true Elapsed: 406.28470000624657ms
Info 2946 [16:59:57.860] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
Info 2947 [16:59:57.861] 	Files (3233)
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es5.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2016.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.dom.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.core.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.collection.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.generator.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.iterable.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.promise.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.proxy.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.reflect.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.symbol.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2016.array.include.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.object.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.string.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.intl.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.intl.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.promise.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2018.regexp.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.es2020.bigint.d.ts
	c:/Users/<<<<redacted>>>>/.vscode/extensions/angular.ng-template-11.2.12/node_modules/typescript/lib/lib.esnext.intl.d.ts
	<<<<redacted>>>>/node_modules/tslib/tslib.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/common.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/array.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/collection.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/date.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/function.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/lang.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/math.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/number.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/object.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/seq.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/string.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/common/util.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/index.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/differenceWith.d.ts
	<<<<redacted>>>>/node_modules/@types/lodash/ts3.1/orderBy.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>/generate-services-report.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subscription.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/types.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Operator.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/iif.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/throwError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Observable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Subject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/ConnectableObservable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/operators/groupBy.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/symbol/observable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/BehaviorSubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/ReplaySubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/AsyncSubject.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Scheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/Action.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsyncScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsyncAction.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/asap.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/async.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/QueueScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/queue.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/animationFrame.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduler/VirtualTimeScheduler.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/Notification.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/pipe.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/noop.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/identity.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/isObservable.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/ArgumentOutOfRangeError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/EmptyError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/ObjectUnsubscribedError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/UnsubscriptionError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/util/TimeoutError.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/bindCallback.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/bindNodeCallback.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/InnerSubscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/OuterSubscriber.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/combineLatest.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/concat.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/defer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/empty.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/forkJoin.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/from.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/fromEvent.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/fromEventPattern.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/generate.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/interval.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/merge.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/never.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/of.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/onErrorResumeNext.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/pairs.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/partition.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/race.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/range.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/timer.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/using.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/observable/zip.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/scheduled/scheduled.d.ts
	<<<<redacted>>>>/node_modules/rxjs/internal/config.d.ts
	<<<<redacted>>>>/node_modules/rxjs/index.d.ts
	<<<<redacted>>>>/node_modules/@angular/core/src/r3_symbols.d.ts
	<<<<redacted>>>>/node_modules/@angular/core/core.d.ts
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>
	<<<<redacted>>>>/node_modules/@types/bluebird/index.d.ts
	<<<<redacted>>>>/node_modules/@types/component-emitter/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/cors/index.d.ts
	<<<<redacted>>>>/node_modules/@types/estree/index.d.ts
	<<<<redacted>>>>/node_modules/@types/minimatch/index.d.ts
	<<<<redacted>>>>/node_modules/@types/glob/index.d.ts
	<<<<redacted>>>>/node_modules/@types/http-proxy/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasmine/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jasminewd2/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQueryStatic.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/JQuery.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/misc.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/legacy.d.ts
	<<<<redacted>>>>/node_modules/@types/sizzle/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery/index.d.ts
	<<<<redacted>>>>/node_modules/@types/jquery.cookie/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json-schema/index.d.ts
	<<<<redacted>>>>/node_modules/@types/json5/index.d.ts
	<<<<redacted>>>>/node_modules/log4js/types/log4js.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/lib/constants.d.ts
	<<<<redacted>>>>/node_modules/@types/karma/index.d.ts
	<<<<redacted>>>>/node_modules/@types/mime/index.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/moment-timezone.d.ts
	<<<<redacted>>>>/node_modules/@types/moment-timezone/index.d.ts
	<<<<redacted>>>>/node_modules/@types/parse-json/index.d.ts
	<<<<redacted>>>>/node_modules/@types/pdfmake/index.d.ts
	<<<<redacted>>>>/node_modules/@types/resolve/index.d.ts
	<<<<redacted>>>>/node_modules/@types/source-list-map/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-bom/index.d.ts
	<<<<redacted>>>>/node_modules/@types/strip-json-comments/index.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts
	<<<<redacted>>>>/node_modules/@types/webpack-sources/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs-parser/index.d.ts
	<<<<redacted>>>>/node_modules/@types/yargs/index.d.ts

Info 2948 [16:59:57.862] -----------------------------------------------
Perf 2949 [16:59:57.935] LanguageService#LsDiagnostics: {"events":{"GenerateTcb":1,"UpdateTypeCheckProgram":1},"phases":{"Unaccounted":357,"TcbGeneration":24440,"TcbUpdateProgram":1946,"TtcDiagnostics":480710,"LsDiagnostics":90},"memory":{"TtcUpdateProgram":450239632}}
Info 2950 [16:59:57.936] Running: *ensureProjectForOpenFiles*
Info 2951 [16:59:57.936] Before ensureProjectForOpenFiles:
Info 2952 [16:59:57.936] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
	Files (3233)

-----------------------------------------------
Open files: 
	FileName: <<<<redacted>>>> ProjectRootPath: undefined
		Projects: <<<<redacted>>>>/tsconfig.json
Info 2952 [16:59:57.936] After ensureProjectForOpenFiles:
Info 2953 [16:59:57.936] Project '<<<<redacted>>>>/tsconfig.json' (Configured)
	Files (3233)

-----------------------------------------------
Open files: 
	FileName: <<<<redacted>>>> ProjectRootPath: undefined
		Projects: <<<<redacted>>>>/tsconfig.json
Perf 2953 [16:59:58.243] LanguageService#LsDiagnostics: {"events":{},"phases":{"Unaccounted":30,"TcbGeneration":40,"TtcDiagnostics":132,"LsDiagnostics":113},"memory":{}}
Info 2954 [17:1:43.485] DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2955 [17:1:43.485] Project: <<<<redacted>>>>/tsconfig.json Detected ignored path: <<<<redacted>>>>/.git/objects/maintenance.lock
Info 2956 [17:1:43.485] Elapsed:: 0.16030099987983704ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2957 [17:1:43.489] DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2958 [17:1:43.489] Project: <<<<redacted>>>>/tsconfig.json Detected ignored path: <<<<redacted>>>>/.git/objects/maintenance.lock
Info 2959 [17:1:43.489] Elapsed:: 0.0940999984741211ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2960 [17:4:58.118] DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2961 [17:4:58.118] Project: <<<<redacted>>>>/tsconfig.json Detected ignored path: <<<<redacted>>>>/.git/objects/maintenance.lock
Info 2962 [17:4:58.118] Elapsed:: 0.13369998335838318ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2963 [17:4:58.120] DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory
Info 2964 [17:4:58.121] Project: <<<<redacted>>>>/tsconfig.json Detected ignored path: <<<<redacted>>>>/.git/objects/maintenance.lock
Info 2965 [17:4:58.121] Elapsed:: 0.08170101046562195ms DirectoryWatcher:: Triggered with <<<<redacted>>>>/.git/objects/maintenance.lock :: WatchInfo: <<<<redacted>>>> 1 undefined Project: <<<<redacted>>>>/tsconfig.json WatchType: Wild card directory


🌍 Your Environment

Angular Version:




Angular CLI: 11.2.5
Node: 14.15.0
OS: win32 x64

Angular: 11.2.6
... animations, common, compiler, compiler-cli, core, forms     
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes

Package                         Version
---------------------------------------------------------       
@angular-devkit/architect       0.1102.5
@angular-devkit/build-angular   0.1102.5
@angular-devkit/core            11.2.5
@angular-devkit/schematics      11.2.5
@angular/cdk                    11.2.4
@angular/cli                    11.2.5
@schematics/angular             11.2.5
@schematics/update              0.1102.5
ng-packagr                      11.2.4
rxjs                            6.5.5
typescript                      4.2.3

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
atscottcommented, May 3, 2021

@FDIM - @kyliau and I will be working on investigating a solution today that fixes #750 and does not introduce the CPU hogging. I don’t think we’ll need a user setting to configure this since there shouldn’t be a tradeoff. @ivanwonder is correct in https://github.com/angular/vscode-ng-language-service/issues/1310#issuecomment-829744536 and we just need to configure the correct defaults for file watching.

3reactions
atscottcommented, Apr 30, 2021

We’ve reverted the commit that caused this issue and will be included in next week’s release. We will also investigate a fix-forward for #750 in the future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular: Running ngcc causing performance issues in VSCode
If you upgrade the Angular Language Service VS Code Extension to V11.2.3. It looks like this problem has been resolved. See here. I...
Read more >
Intellisense works very slowly (library dev) Β· Issue #318 - GitHub
Since a few weeks i run in some very bad IntelliSense performance ... angular language service template auto-complete doesn't work #327.
Read more >
Angular Language Service
The Angular Language Service provides code editors with a way to get completions, errors, hints, and navigation inside Angular templates.
Read more >
Angular Language Service - w3resource
The Angular Language Service is a way to get completions, errors, hints, and navigation inside your Angular templates whether they areΒ ...
Read more >
@angular/language-service | Yarn - Package Manager
angular -logo. Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found