UNPKG

943 BJavaScriptView Raw
1"use strict";
2var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3 if (k2 === undefined) k2 = k;
4 Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5}) : (function(o, m, k, k2) {
6 if (k2 === undefined) k2 = k;
7 o[k2] = m[k];
8}));
9var __exportStar = (this && this.__exportStar) || function(m, exports) {
10 for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
11};
12Object.defineProperty(exports, "__esModule", { value: true });
13__exportStar(require("./client"), exports);
14/*
15 * ATTENTION:
16 * - moduleMetadata
17 * - NgModuleMetadata
18 * - ICollection
19 *
20 * These typings are coped out of decorators.d.ts and types.d.ts in order to fix a bug with tsc
21 * It was imported out of dist before which was not the proper way of exporting public API
22 *
23 * This can be fixed by migrating app/angular to typescript
24 */