This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit d6cb5cb
Keen Yee Liau
fix: check Angular version if angular.view-engine is false (#1358)
This commit fixes a bug where View Engine is not launched even though
the Angular version is resolved correctly. This is because the configuration
value is typed as "boolean", and defaults to `false` when the value is not set.
(cherry picked from commit 458efc8)1 parent fe99614 commit d6cb5cb
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
382 | 385 | | |
383 | 386 | | |
384 | 387 | | |
| |||
0 commit comments