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
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)
0 commit comments