UNPKG

ng-essentials

Version:

Ready to use all type of essential components for an web application.

19 lines 601 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; var NgEssentialsModule = /** @class */ (function () { function NgEssentialsModule() { } NgEssentialsModule.decorators = [ { type: NgModule, args: [{ declarations: [], imports: [ CommonModule ], exports: [], providers: [] },] }, ]; return NgEssentialsModule; }()); export { NgEssentialsModule }; //# sourceMappingURL=ng-essentials.module.js.map