UNPKG

ngx-academia-uniandes-library

Version:

This library is used for Academia-Uniandes system.

19 lines 806 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var photo_gallery_component_1 = require("./photo-gallery.component"); var common_1 = require("@angular/common"); var PhotoGalleryModule = /** @class */ (function () { function PhotoGalleryModule() { } PhotoGalleryModule.decorators = [ { type: core_1.NgModule, args: [{ imports: [common_1.CommonModule], declarations: [photo_gallery_component_1.PhotoGalleryComponent], exports: [photo_gallery_component_1.PhotoGalleryComponent], },] }, ]; return PhotoGalleryModule; }()); exports.PhotoGalleryModule = PhotoGalleryModule; //# sourceMappingURL=photo-gallery.module.js.map