Skip to content

Commit

Permalink
Added Reactive Forms, created new Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Anerak committed Oct 1, 2021
1 parent ace280a commit 7b50011
Show file tree
Hide file tree
Showing 42 changed files with 1,914 additions and 523 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"milligram": "^1.4.1",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
7 changes: 7 additions & 0 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.alert {
background-color: salmon;
display: flex;
flex-direction: row;
padding: 10px;
font-size: 1.5rem;
}
Loading

0 comments on commit 7b50011

Please sign in to comment.