We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5fe7b commit 4b88884Copy full SHA for 4b88884
packages/schematics/angular/workspace/index_spec.ts
@@ -114,6 +114,8 @@ describe('Workspace Schematic', () => {
114
);
115
expect(compilerOptions.strict).toBeTrue();
116
expect(angularCompilerOptions.strictTemplates).toBeUndefined();
117
+ expect(angularCompilerOptions.strictInputAccessModifiers).toBeTrue();
118
+ expect(angularCompilerOptions.strictInjectionParameters).toBeTrue();
119
});
120
121
it('should add vscode testing configuration', async () => {
0 commit comments