Skip to content

Commit 4b88884

Browse files
committed
fixup! feat(@schematics/angular): rely on strict template default in generated workspaces
1 parent ba5fe7b commit 4b88884

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/schematics/angular/workspace/index_spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ describe('Workspace Schematic', () => {
114114
);
115115
expect(compilerOptions.strict).toBeTrue();
116116
expect(angularCompilerOptions.strictTemplates).toBeUndefined();
117+
expect(angularCompilerOptions.strictInputAccessModifiers).toBeTrue();
118+
expect(angularCompilerOptions.strictInjectionParameters).toBeTrue();
117119
});
118120

119121
it('should add vscode testing configuration', async () => {

0 commit comments

Comments
 (0)