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
feat(@schematics/angular): rely on strict template default in generated workspaces
Since strict templates are now the default in the Angular compiler, this
change removes the explicit "strictTemplates": true setting when creating
a new strict workspace. We now only explicitly set "strictTemplates": false
when the workspace is created with --strict=false to maintain consistent
behavior for non-strict setups.
0 commit comments