Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
basic structure of http requests for login process
  • Loading branch information
rrc12004 committed Feb 27, 2019
1 parent 7a8499b commit 0e86865
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 74 deletions.
86 changes: 25 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,8 @@
"@angular/router": "^6.1.10",
"core-js": "^2.6.3",
"hammerjs": "^2.0.8",
"rxjs": "~6.2.0",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.2.2",
"zone.js": "^0.8.29"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion src/app/authentication/authentication.component.html
Expand Up @@ -14,8 +14,9 @@
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>

<!-- <a routerLink="/generator-search"><button type="submit" class="btn btn-primary">Submit</button></a> -->
<button type="submit" class="btn btn-primary" id="login-button" ng-click="LogOn()">Submit</button>
<button type="submit" class="btn btn-primary" id="login-button" ng-click="LogOn($event)">Submit</button>
</form>
<p>
<br>
Expand Down

0 comments on commit 0e86865

Please sign in to comment.