Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/angular/ssr/src/app-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class AngularAppEngine {
*
* @private
*/
static ɵhooks = new Hooks();
static ɵhooks = /* #__PURE__*/ new Hooks();

/**
* Provides access to the hooks for extending or modifying the server application's behavior.
Expand Down
2 changes: 0 additions & 2 deletions tsconfig-build-ng.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"compilerOptions": {
"module": "esnext",
"target": "es2022",
// Keep the below in sync with ng_module.bzl
"useDefineForClassFields": false,
"lib": ["es2020", "dom"],
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
"types": [],
Expand Down