demo boilerplate done
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [
|
||||
CommonModule
|
||||
]
|
||||
})
|
||||
export class DataGridModule { }
|
||||
@@ -0,0 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [
|
||||
CommonModule
|
||||
]
|
||||
})
|
||||
export class ListViewModule { }
|
||||
@@ -2,3 +2,4 @@
|
||||
* Public API Surface of ngx-cdk-ui
|
||||
*/
|
||||
|
||||
export * from './lib/data-grid/data-grid.module';
|
||||
Reference in New Issue
Block a user