diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 16e0e13..a94ae7e 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -52,6 +52,7 @@ import { LayoutModule } from '@angular/cdk/layout'; import { MatButtonModule } from '@angular/material/button'; import { MatListModule } from '@angular/material/list'; import {MatSortModule} from '@angular/material/sort'; +import { SearchComponent } from './components/search/search.component'; const config: SocketIoConfig = { url: 'http://localhost:4444', options: {} }; @@ -86,7 +87,8 @@ const appRoutes: Routes = [ ImprintComponent, AboutComponent, ProfileComponent, - MainNavigationComponent + MainNavigationComponent, + SearchComponent ], imports: [ BrowserModule, diff --git a/src/app/components/about/about.component.html b/src/app/components/about/about.component.html index 9d3f429..6edf33c 100644 --- a/src/app/components/about/about.component.html +++ b/src/app/components/about/about.component.html @@ -8,7 +8,7 @@
We, the greenviroment team want to create a netwok for environmentalists who care for our nature and our planet as much as we do.
+We, the greenviroment team want to create a network for environmentalists who care for our nature and our planet as much as we do.
We believe, that together we can do amazing things to protect our environment and keep it clean and green.
diff --git a/src/app/components/feed/feed.component.html b/src/app/components/feed/feed.component.html index 1fbc9f5..7e2b5fc 100644 --- a/src/app/components/feed/feed.component.html +++ b/src/app/components/feed/feed.component.html @@ -7,7 +7,7 @@