Skip to content

Commit 386595a

Browse files
committed
2 parents 46dffbc + 9a50806 commit 386595a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# Input Componentization
22

3-
## How to see a demo of this project?
4-
1. Open either the 'angular' or the 'ionic' folder of this project in the terminal/bash.
5-
2. Run 'npm install'.
6-
7-
### If you selected 'angular'
8-
3. Run 'ng serve'.
9-
4. Open 'localhost:4200' at your browser.
10-
11-
### If you selected 'ionic'
12-
3. Run 'ionic serve'.
13-
4. Open 'localhost:8100' at your browser.
14-
153
## What is the objective of the project?
16-
Create an input component that receive values such as type, placeholder and initialValue, create an input field based on those parameters and then return the value and errors whenever there is a change on the field.
4+
Create an input component that receive values such as type, placeholder and initialValue, creates an input field based on those parameters and then return the value and errors whenever there is a change on the field.
175

186
![Input Component Logic](/assets/inputComponent.png)
197

@@ -29,3 +17,15 @@ As long as you always return the value of the input and which errors it contain,
2917

3018
## When should I not use this concept?
3119
1. Medium/small project with a low number of inputs.
20+
21+
## How to see a demo of this project?
22+
1. Open either the 'angular' or the 'ionic' folder of this project in the terminal/bash.
23+
2. Run 'npm install'.
24+
25+
### If you selected 'angular'
26+
3. Run 'ng serve'.
27+
4. Open 'localhost:4200' at your browser.
28+
29+
### If you selected 'ionic'
30+
3. Run 'ionic serve'.
31+
4. Open 'localhost:8100' at your browser.

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)