Skip to content

Commit e7daed1

Browse files
committed
solution structure created
1 parent 87e8572 commit e7daed1

30 files changed

Lines changed: 17338 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Testin Pipes
2+

05-testing/02-angular-2025/02-services.md

Whitespace-only changes.

05-testing/02-angular-2025/03-directives.md

Whitespace-only changes.

05-testing/02-angular-2025/04-basic-testing-components.md

Whitespace-only changes.

05-testing/02-angular-2025/05-component-binding.md

Whitespace-only changes.

05-testing/02-angular-2025/06-components-io.md

Whitespace-only changes.

05-testing/02-angular-2025/07-nested-components.md

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Angular Testing
2+
3+
## Introduction
4+
5+
## Index
6+
7+
1. [Testing Pipes](./01-pipes.md)
8+
2. [Testing Services](./02-services.md)
9+
3. [Testing Directives](./03-directives.md)
10+
4. [Basic Testing Components](./04-basic-testing-components.md)
11+
5. [Component Binding](./05-component-binding.md)
12+
6. [Component with Inputs and Outputs](./06-components-io.md)
13+
7. [Nested Components](./07-nested-components.md)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.ts]
12+
quote_type = single
13+
ij_typescript_use_double_quotes = false
14+
15+
[*.md]
16+
max_line_length = off
17+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)