@zsoltszabo/reg-pontok-terkep
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.1.
43 lines (39 loc) • 1.28 kB
text/typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { CommonModule } from '@angular/common';
import { MatCardModule, MatButtonModule } from '@angular/material';
import { HttpClientModule } from '@angular/common/http';
import { FlexLayoutModule } from '@angular/flex-layout';
import { RpTerkepComponent } from './rp-terkep.component';
import { HeaderComponent } from './header/header.component';
import { InfoPanelComponent } from './info-panel/info-panel.component';
import { MapComponent } from './map/map.component';
import { ReactiveFormsModule } from '@angular/forms';
export class RpTerkepModule { }