@sd-angular/core
Version:
Sd Angular Core Lib
33 lines (27 loc) • 1.43 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/material/icon')) :
typeof define === 'function' && define.amd ? define('@sd-angular/core/view', ['exports', '@angular/core', '@angular/common', '@angular/material/icon'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['sd-angular'] = global['sd-angular'] || {}, global['sd-angular'].core = global['sd-angular'].core || {}, global['sd-angular'].core.view = {}), global.ng.core, global.ng.common, global.ng.material.icon));
}(this, (function (exports, core, common, icon) { 'use strict';
var SdViewModule = /** @class */ (function () {
function SdViewModule() {
}
return SdViewModule;
}());
SdViewModule.decorators = [
{ type: core.NgModule, args: [{
imports: [
common.CommonModule,
icon.MatIconModule
],
declarations: [],
exports: []
},] }
];
/**
* Generated bundle index. Do not edit.
*/
exports.SdViewModule = SdViewModule;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=sd-angular-core-view.umd.js.map