Formatting
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ng-datatable",
|
||||
"name": "@ztimson/ng-datatable",
|
||||
"version": "1.0.0",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
|
||||
|
@ -1,15 +1,11 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {FormsModule} from "@angular/forms";
|
||||
import {BrowserModule} from "@angular/platform-browser";
|
||||
|
||||
import {FormsModule} from '@angular/forms';
|
||||
import {BrowserModule} from '@angular/platform-browser';
|
||||
import {NgDatatableComponent} from './ng-datatable.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
BrowserModule,
|
||||
FormsModule,
|
||||
],
|
||||
imports: [BrowserModule, FormsModule],
|
||||
declarations: [NgDatatableComponent],
|
||||
exports: [NgDatatableComponent]
|
||||
})
|
||||
export class NgDatatableModule { }
|
||||
export class NgDatatableModule {}
|
||||
|
@ -1,3 +1,3 @@
|
||||
export * from './lib/column'
|
||||
export * from './lib/ng-dataTable.component';
|
||||
export * from './lib/ng-dataTable.module';
|
||||
export * from './lib/ng-datatable.component';
|
||||
export * from './lib/ng-datatable.module';
|
||||
|
Reference in New Issue
Block a user