Fixed mixed naming conventions

This commit is contained in:
2018-06-07 12:28:29 -04:00
parent 2d1885ccbf
commit 2f34aedce5
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
import {NgModule} from '@angular/core';
import {NgDatatableComponent} from './ng-datatable.component';
import {FormsModule} from "@angular/forms";
import {BrowserModule} from "@angular/platform-browser";
import {NgDatatableComponent} from './ng-datatable.component';
@NgModule({
imports: [
BrowserModule,