Skip to content

Commit

Permalink
chore(cdk): remove rus texts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Sep 26, 2020
1 parent 05e80bd commit 6138cd0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion projects/cdk/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export * from './context-with-implicit';
export * from './day-like';
export * from './emerging-content-context';
export * from './focusable-element-accessor';
export * from './items-service';
export * from './month-like';
export * from './time-like';
export * from './year-like';
16 changes: 0 additions & 16 deletions projects/cdk/interfaces/items-service.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('markControlAsTouchedAndValidate', () => {
expect(array.at(1).touched).toBe(true);
});

it('Сложная комбинация', () => {
it('With nested form arrays', () => {
const form = new FormGroup({
control1: new FormControl(),
control2: new FormControl(),
Expand Down

0 comments on commit 6138cd0

Please sign in to comment.