Resources
-Here are some links to help you get started:
- -Next Steps
-What do you want to do next with your app?
- - - -diff --git a/package.json b/package.json index e380d51..33fb2d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smetovi", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 0297262..df52b38 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -1,7 +1,10 @@ import { NgModule } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; +import { HomeComponent } from './pages/home/home.component'; -const routes: Routes = []; +const routes: Routes = [ + { path: '', component: HomeComponent} +]; @NgModule({ imports: [RouterModule.forRoot(routes)], diff --git a/src/app/app.component.html b/src/app/app.component.html index 68585bc..90c6b64 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,474 +1 @@ - - - - - - - - - - - - -
- -Here are some links to help you get started:
- -What do you want to do next with your app?
- - - -