UNPKG

@zsoltszabo/reg-pontok-terkep

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.1.

20 lines (17 loc) 505 B
import { BrowserModule } from '@angular/platform-browser'; import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; import { AppComponent } from './app.component'; import { RpTerkepModule } from './rp-terkep/rp-terkep.module'; @NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, RpTerkepModule ], providers: [], schemas: [ CUSTOM_ELEMENTS_SCHEMA ], bootstrap: [AppComponent] }) export class AppModule { }