We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useDefineForClassFields
1 parent 44077f5 commit 94dbacfCopy full SHA for 94dbacf
packages/angular/ssr/src/app-engine.ts
@@ -30,7 +30,7 @@ export class AngularAppEngine {
30
*
31
* @private
32
*/
33
- static ɵhooks = new Hooks();
+ static ɵhooks = /* #__PURE__*/ new Hooks();
34
35
/**
36
* Provides access to the hooks for extending or modifying the server application's behavior.
tsconfig-build-ng.json
@@ -8,8 +8,6 @@
8
"compilerOptions": {
9
"module": "esnext",
10
"target": "es2022",
11
- // Keep the below in sync with ng_module.bzl
12
- "useDefineForClassFields": false,
13
"lib": ["es2020", "dom"],
14
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
15
"types": [],
0 commit comments