ng2-materialize
Version:
An Angular 2+ wrap around Materialize library
38 lines (37 loc) • 1.68 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var avatar_1 = require("./avatar");
var collection_header_1 = require("./collection-header");
var collection_item_1 = require("./collection-item");
var collection_link_1 = require("./collection-link");
var collection_component_1 = require("./collection.component");
var secondary_content_1 = require("./secondary-content");
var MzCollectionModule = (function () {
function MzCollectionModule() {
}
return MzCollectionModule;
}());
MzCollectionModule.decorators = [
{ type: core_1.NgModule, args: [{
declarations: [
avatar_1.MzAvatarDirective,
collection_component_1.MzCollectionComponent,
collection_item_1.MzCollectionItemComponent,
collection_link_1.MzCollectionLinkDirective,
collection_header_1.MzCollectionHeaderComponent,
secondary_content_1.MzSecondaryContentDirective,
],
exports: [
avatar_1.MzAvatarDirective,
collection_component_1.MzCollectionComponent,
collection_item_1.MzCollectionItemComponent,
collection_link_1.MzCollectionLinkDirective,
collection_header_1.MzCollectionHeaderComponent,
secondary_content_1.MzSecondaryContentDirective,
],
},] },
];
/** @nocollapse */
MzCollectionModule.ctorParameters = function () { return []; };
exports.MzCollectionModule = MzCollectionModule;