We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ca7bd commit d34fb38Copy full SHA for d34fb38
app/user/profile.component.html
@@ -0,0 +1,13 @@
1
+<form autocomplete="off" novalidate>
2
+ <div class="form-group">
3
+ <label for="firstName">First Name:</label>
4
+ <input id="firstName" type="text" class="form-control" placeholder="First Name..." />
5
+ </div>
6
7
+ <label for="lastName">Last Name:</label>
8
+ <input id="lastName" type="text" class="form-control" placeholder="Last Name..." />
9
10
+
11
+ <button type="submit" class="btn btn-primary">Save</button>
12
+ <button type="button" class="btn btn-default">Cancel</button>
13
+</form>
0 commit comments