@codebakery/origami
Version:
Angular + Polymer
41 lines (37 loc) • 1.17 kB
JavaScript
import { __decorate } from 'tslib';
import { NgModule } from '@angular/core';
import { OrigamiFormsModule } from '@codebakery/origami/forms';
import { IncludeStylesModule, ShadyCSSModule } from '@codebakery/origami/styles';
import { TemplateModule } from '@codebakery/origami/templates';
import { WebComponentsReadyModule } from '@codebakery/origami/polyfills';
/**
* Provides all features of Origami in one module.
*/
var OrigamiModule = /** @class */ (function () {
function OrigamiModule() {
}
OrigamiModule = __decorate([
NgModule({
imports: [
OrigamiFormsModule,
IncludeStylesModule,
ShadyCSSModule,
TemplateModule,
WebComponentsReadyModule
],
exports: [
OrigamiFormsModule,
IncludeStylesModule,
ShadyCSSModule,
TemplateModule,
WebComponentsReadyModule
]
})
], OrigamiModule);
return OrigamiModule;
}());
/**
* Generated bundle index. Do not edit.
*/
export { OrigamiModule };
//# sourceMappingURL=origami.js.map