Toolbar and routing

This commit is contained in:
Geomitron
2020-02-04 19:29:25 -05:00
parent aebba4e9bc
commit 8f20311f68
12 changed files with 267 additions and 27 deletions

View File

@@ -3,10 +3,14 @@ import { NgModule } from '@angular/core'
import { AppRoutingModule } from './app-routing.module'
import { AppComponent } from './app.component'
import { ToolbarComponent } from './components/toolbar/toolbar.component'
import { BrowseComponent } from './components/browse/browse.component'
@NgModule({
declarations: [
AppComponent
AppComponent,
ToolbarComponent,
BrowseComponent
],
imports: [
BrowserModule,