LyubomirRadev

Untitled

Aug 27th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. Microsoft.AspNetCore.SpaServices: Error: ERROR in ../node_modules/@angular/cdk/bidi/dir.d.ts:26:9 - error TS1086: An accessor cannot be declared in an ambient context.
  2.  
  3. 26 get dir(): Direction;
  4. ~~~
  5. ../node_modules/@angular/cdk/bidi/dir.d.ts:27:9 - error TS1086: An accessor cannot be declared in an ambient context.
  6.  
  7. 27 set dir(value: Direction);
  8. ~~~
  9. ../node_modules/@angular/cdk/bidi/dir.d.ts:29:9 - error TS1086: An accessor cannot be declared in an ambient context.
  10.  
  11. 29 get value(): Direction;
  12. ~~~~~
  13. ../node_modules/@angular/flex-layout/core/typings/base/base2.d.ts:25:19 - error TS1086: An accessor cannot be declared in an ambient context.
  14.  
  15. 25 protected get parentElement(): HTMLElement | null;
  16. ~~~~~~~~~~~~~
  17. ../node_modules/@angular/flex-layout/core/typings/base/base2.d.ts:27:19 - error TS1086: An accessor cannot be declared in an ambient context.
  18.  
  19. 27 protected get nativeElement(): HTMLElement;
  20. ~~~~~~~~~~~~~
  21. ../node_modules/@angular/flex-layout/core/typings/base/base2.d.ts:29:9 - error TS1086: An accessor cannot be declared in an ambient context.
  22.  
  23. 29 get activatedValue(): string;
  24. ~~~~~~~~~~~~~~
  25. ../node_modules/@angular/flex-layout/core/typings/base/base2.d.ts:30:9 - error TS1086: An accessor cannot be declared in an ambient context.
  26.  
  27. 30 set activatedValue(value: string);
  28. ~~~~~~~~~~~~~~
  29. ../node_modules/@angular/flex-layout/core/typings/breakpoints/break-point-registry.d.ts:20:9 - error TS1086: An accessor cannot be declared in an ambient context.
  30.  
  31. Microsoft.AspNetCore.SpaServices: Error:
  32. 20 get overlappings(): BreakPoint[];
  33. ~~~~~~~~~~~~
  34. ../node_modules/@angular/flex-layout/core/typings/breakpoints/break-point-registry.d.ts:24:9 - error TS1086: An accessor cannot be declared in an ambient context.
  35.  
  36. 24 get aliases(): string[];
  37. ~~~~~~~
  38. ../node_modules/@angular/flex-layout/core/typings/breakpoints/break-point-registry.d.ts:30:9 - error TS1086: An accessor cannot be declared in an ambient context.
  39.  
  40. 30 get suffixes(): string[];
  41. ~~~~~~~~
  42. ../node_modules/@angular/flex-layout/core/typings/match-media/match-media.d.ts:30:9 - error TS1086: An accessor cannot be declared in an ambient context.
  43.  
  44. 30 get activations(): string[];
  45. ~~~~~~~~~~~
  46. ../node_modules/@angular/flex-layout/core/typings/match-media/mock/mock-match-media.d.ts:49:19 - error TS1086: An accessor cannot be declared in an ambient context.
  47.  
  48. 49 protected get hasActivated(): boolean;
  49. ~~~~~~~~~~~~
  50. ../node_modules/@angular/flex-layout/core/typings/match-media/mock/mock-match-media.d.ts:60:9 - error TS1086: An accessor cannot be declared in an ambient context.
  51.  
  52. 60 get matches(): boolean;
  53. ~~~~~~~
  54. ../node_modules/@angular/flex-layout/core/typings/match-media/mock/mock-match-media.d.ts:61:9 - error TS1086: An accessor cannot be declared in an ambient context.
  55.  
  56. 61 get media(): string;
  57. ~~~~~
  58. ../node_modules/@angular/flex-layout/core/typings/media-marshaller/media-marshaller.d.ts:28:9 - error TS1086: An accessor cannot be declared in an ambient context.
  59.  
  60. 28 get activatedAlias(): string;
  61. ~~~~~~~~~~~~~~
  62. ../node_modules/@angular/flex-layout/core/typings/media-marshaller/print-hook.d.ts:41:9 - error TS1086: An accessor cannot be declared in an ambient context.
  63.  
  64. 41 get printAlias(): string[];
  65. ~~~~~~~~~~
  66. ../node_modules/@angular/flex-layout/core/typings/media-marshaller/print-hook.d.ts:43:9 - error TS1086: An accessor cannot be declared in an ambient context.
  67.  
  68. 43 get printBreakPoints(): BreakPoint[];
  69. ~~~~~~~~~~~~~~~~
  70. ../node_modules/@angular/flex-layout/core/typings/media-trigger/media-trigger.d.ts:65:17 - error TS1086: An accessor cannot be declared in an ambient context.
  71.  
  72. 65 private get currentActivations();
  73. ~~~~~~~~~~~~~~~~~~
  74. ../node_modules/@angular/flex-layout/extended/typings/class/class.d.ts:18:9 - error TS1086: An accessor cannot be declared in an ambient context.
  75.  
  76. 18 set klass(val: string);
  77. ~~~~~
  78. ../node_modules/@angular/flex-layout/extended/typings/img-src/img-src.d.ts:20:9 - error TS1086: An accessor cannot be declared in an ambient context.
  79.  
  80. 20 set src(val: string);
  81. ~~~
  82. ../node_modules/@angular/flex-layout/flex/typings/flex/flex.d.ts:31:9 - error TS1086: An accessor cannot be declared in an ambient context.
  83.  
  84. 31 get shrink(): string;
  85. ~~~~~~
  86. ../node_modules/@angular/flex-layout/flex/typings/flex/flex.d.ts:32:9 - error TS1086: An accessor cannot be declared in an ambient context.
  87.  
  88. 32 set shrink(value: string);
  89. ~~~~~~
  90. ../node_modules/@angular/flex-layout/flex/typings/flex/flex.d.ts:33:9 - error TS1086: An accessor cannot be declared in an ambient context.
  91.  
  92. 33 get grow(): string;
  93. ~~~~
  94. ../node_modules/@angular/flex-layout/flex/typings/flex/flex.d.ts:34:9 - error TS1086: An accessor cannot be declared in an ambient context.
  95.  
  96. 34 set grow(value: string);
  97. ~~~~
  98. ../node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts:35:19 - error TS1086: An accessor cannot be declared in an ambient context.
  99.  
  100. 35 protected get childrenNodes(): HTMLElement[];
  101. ~~~~~~~~~~~~~
  102. ../node_modules/@angular/flex-layout/grid/typings/align-columns/align-columns.d.ts:18:9 - error TS1086: An accessor cannot be declared in an ambient context.
  103.  
  104. 18 get inline(): boolean;
  105. ~~~~~~
  106. ../node_modules/@angular/flex-layout/grid/typings/align-columns/align-columns.d.ts:19:9 - error TS1086: An accessor cannot be declared in an ambient context.
  107.  
  108. 19 set inline(val: boolean);
  109. ~~~~~~
  110. ../node_modules/@angular/flex-layout/grid/typings/align-rows/align-rows.d.ts:18:9 - error TS1086: An accessor cannot be declared in an ambient context.
  111.  
  112. 18 get inline(): boolean;
  113. ~~~~~~
  114. ../node_modules/@angular/flex-layout/grid/typings/align-rows/align-rows.d.ts:19:9 - error TS1086: An accessor cannot be declared in an ambient context.
  115.  
  116. 19 set inline(val: boolean);
  117. ~~~~~~
  118. ../node_modules/@angular/flex-layout/grid/typings/areas/areas.d.ts:21:9 - error TS1086: An accessor cannot be declared in an ambient context.
  119.  
  120. 21 get inline(): boolean;
  121. ~~~~~~
  122. ../node_modules/@angular/flex-layout/grid/typings/areas/areas.d.ts:22:9 - error TS1086: An accessor cannot be declared in an ambient context.
  123.  
  124. 22 set inline(val: boolean);
  125. ~~~~~~
  126. ../node_modules/@angular/flex-layout/grid/typings/auto/auto.d.ts:20:9 - error TS1086: An accessor cannot be declared in an ambient context.
  127.  
  128. 20 get inline(): boolean;
  129. ~~~~~~
  130. ../node_modules/@angular/flex-layout/grid/typings/auto/auto.d.ts:21:9 - error TS1086: An accessor cannot be declared in an ambient context.
  131.  
  132. 21 set inline(val: boolean);
  133. ~~~~~~
  134. ../node_modules/@angular/flex-layout/grid/typings/columns/columns.d.ts:22:9 - error TS1086: An accessor cannot be declared in an ambient context.
  135.  
  136. 22 get inline(): boolean;
  137. ~~~~~~
  138. ../node_modules/@angular/flex-layout/grid/typings/columns/columns.d.ts:23:9 - error TS1086: An accessor cannot be declared in an ambient context.
  139.  
  140. 23 set inline(val: boolean);
  141. ~~~~~~
  142. ../node_modules/@angular/flex-layout/grid/typings/gap/gap.d.ts:21:9 - error TS1086: An accessor cannot be declared in an ambient context.
  143.  
  144. 21 get inline(): boolean;
  145. ~~~~~~
  146. ../node_modules/@angular/flex-layout/grid/typings/gap/gap.d.ts:22:9 - error TS1086: An accessor cannot be declared in an ambient context.
  147.  
  148. 22 set inline(val: boolean);
  149. ~~~~~~
  150. ../node_modules/@angular/flex-layout/grid/typings/rows/rows.d.ts:22:9 - error TS1086: An accessor cannot be declared in an ambient context.
  151.  
  152. 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.7\Microsoft.AspNetCore.WebUtilities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
  153. 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.7\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Advertisement
Add Comment
Please, Sign In to add comment