We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec2af1 commit f354c9fCopy full SHA for f354c9f
app/public/index.component.html
@@ -1,5 +1,6 @@
1
-<div class="container">
+<div class="container jumbotron text-center">
2
<div class="well well-sm">
3
<h1>Welcome {{ userName }}, In Angular Final Porject Home Page!</h1>
4
+ <a href="/events" class="btn btn-lg btn-danger">See Events</a>
5
</div>
6
package.json
@@ -1,6 +1,6 @@
{
"name": "angularfinalproject",
- "version": "0.0.1",
+ "version": "1.0.0",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
0 commit comments