BETTERZON-31, dependencies.

This commit is contained in:
Jegor 2021-04-06 20:14:10 +02:00
parent 3a3422ea05
commit 57c3f521d1

View File

@ -15,6 +15,7 @@ import {HeaderComponent} from './components/header/header.component';
import {NewestPricesListComponent} from './components/newest-prices-list/newest-prices-list.component'; import {NewestPricesListComponent} from './components/newest-prices-list/newest-prices-list.component';
import {FormsModule} from '@angular/forms'; import {FormsModule} from '@angular/forms';
import {PageNotFoundPageComponent} from './pages/page-not-found-page/page-not-found-page.component'; import {PageNotFoundPageComponent} from './pages/page-not-found-page/page-not-found-page.component';
//import {MatMenuModule} from '@angular/material/menu';
@NgModule({ @NgModule({
declarations: [ declarations: [
@ -34,7 +35,8 @@ import {PageNotFoundPageComponent} from './pages/page-not-found-page/page-not-fo
AppRouting, AppRouting,
HttpClientModule, HttpClientModule,
NgApexchartsModule, NgApexchartsModule,
FormsModule FormsModule,
//MatMenuModule
], ],
providers: [], providers: [],
bootstrap: [AppComponent] bootstrap: [AppComponent]