You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ideally figure out how to use the real CommonEngine type from the Angular package
4
+
// as currently it causes following error (due to repo setup?)
5
+
// ✘ [ERROR] TS2345: Argument of type 'import("/Users/misiek/dev/angular-runtime/tests/fixtures/angular-19-common-engine/node_modules/@angular/ssr/node/index").CommonEngine' is not assignable to parameter of type 'import("/Users/misiek/dev/angular-runtime/node_modules/@angular/ssr/node/index").CommonEngine'.
6
+
// Types have separate declarations of a private property 'options'. [plugin angular-compiler]
0 commit comments