ng-dap
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
19 lines • 633 B
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { NgTreeComponent } from './ng-tree.component';
var NgTreeModule = /** @class */ (function () {
function NgTreeModule() {
}
NgTreeModule.decorators = [
{ type: NgModule, args: [{
imports: [
CommonModule
],
declarations: [NgTreeComponent],
exports: [NgTreeComponent]
},] },
];
return NgTreeModule;
}());
export { NgTreeModule };
//# sourceMappingURL=ng-tree.module.js.map