(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
typeof define === 'function' && define.amd ? define('my-formatter', ['exports', '@angular/core'], factory) :
(factory((global['my-formatter'] = {}),global.ng.core));
}(this, (function (exports,i0) { 'use strict';
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
var MyFormatterService = /** @class */ (function () {
function MyFormatterService() {
}
MyFormatterService.decorators = [
{ type: i0.Injectable, args: [{
providedIn: 'root'
},] }
];
/** @nocollapse */
MyFormatterService.ctorParameters = function () { return []; };
/** @nocollapse */ MyFormatterService.ngInjectableDef = i0.defineInjectable({ factory: function MyFormatterService_Factory() { return new MyFormatterService(); }, token: MyFormatterService, providedIn: "root" });
return MyFormatterService;
}());
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
var MyFormatterComponent = /** @class */ (function () {
function MyFormatterComponent() {
}
/**
* @return {?}
*/
MyFormatterComponent.prototype.ngOnInit = /**
* @return {?}
*/
function () {
};
MyFormatterComponent.decorators = [
{ type: i0.Component, args: [{
selector: 'vipf-my-formatter',
template: "\n <p>\n my-formatter works!\n </p>\n "
}] }
];
/** @nocollapse */
MyFormatterComponent.ctorParameters = function () { return []; };
return MyFormatterComponent;
}());
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
var MyFormatterModule = /** @class */ (function () {
function MyFormatterModule() {
}
MyFormatterModule.decorators = [
{ type: i0.NgModule, args: [{
declarations: [MyFormatterComponent],
imports: [],
exports: [MyFormatterComponent]
},] }
];
return MyFormatterModule;
}());
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
exports.MyFormatterService = MyFormatterService;
exports.MyFormatterComponent = MyFormatterComponent;
exports.MyFormatterModule = MyFormatterModule;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=my-formatter.umd.js.map