Fixed mixed naming conventions
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user