Initial commit
This commit is contained in:
@@ -0,0 +1,205 @@
|
||||
import {
|
||||
APP_BASE_HREF,
|
||||
AsyncPipe,
|
||||
BrowserPlatformLocation,
|
||||
CommonModule,
|
||||
CurrencyPipe,
|
||||
DATE_PIPE_DEFAULT_OPTIONS,
|
||||
DATE_PIPE_DEFAULT_TIMEZONE,
|
||||
DatePipe,
|
||||
DecimalPipe,
|
||||
DomAdapter,
|
||||
FormStyle,
|
||||
FormatWidth,
|
||||
HashLocationStrategy,
|
||||
I18nPluralPipe,
|
||||
I18nSelectPipe,
|
||||
IMAGE_LOADER,
|
||||
JsonPipe,
|
||||
KeyValuePipe,
|
||||
LOCATION_INITIALIZED,
|
||||
Location,
|
||||
LocationStrategy,
|
||||
LowerCasePipe,
|
||||
NgClass,
|
||||
NgComponentOutlet,
|
||||
NgForOf,
|
||||
NgForOfContext,
|
||||
NgIf,
|
||||
NgIfContext,
|
||||
NgLocaleLocalization,
|
||||
NgLocalization,
|
||||
NgOptimizedImage,
|
||||
NgPlural,
|
||||
NgPluralCase,
|
||||
NgStyle,
|
||||
NgSwitch,
|
||||
NgSwitchCase,
|
||||
NgSwitchDefault,
|
||||
NgTemplateOutlet,
|
||||
NullViewportScroller,
|
||||
NumberFormatStyle,
|
||||
NumberSymbol,
|
||||
PLATFORM_BROWSER_ID,
|
||||
PLATFORM_SERVER_ID,
|
||||
PRECONNECT_CHECK_BLOCKLIST,
|
||||
PathLocationStrategy,
|
||||
PercentPipe,
|
||||
PlatformLocation,
|
||||
PlatformNavigation,
|
||||
Plural,
|
||||
SlicePipe,
|
||||
TitleCasePipe,
|
||||
TranslationWidth,
|
||||
UpperCasePipe,
|
||||
VERSION,
|
||||
ViewportScroller,
|
||||
WeekDay,
|
||||
formatCurrency,
|
||||
formatDate,
|
||||
formatNumber,
|
||||
formatPercent,
|
||||
getCurrencySymbol,
|
||||
getDOM,
|
||||
getLocaleCurrencyCode,
|
||||
getLocaleCurrencyName,
|
||||
getLocaleCurrencySymbol,
|
||||
getLocaleDateFormat,
|
||||
getLocaleDateTimeFormat,
|
||||
getLocaleDayNames,
|
||||
getLocaleDayPeriods,
|
||||
getLocaleDirection,
|
||||
getLocaleEraNames,
|
||||
getLocaleExtraDayPeriodRules,
|
||||
getLocaleExtraDayPeriods,
|
||||
getLocaleFirstDayOfWeek,
|
||||
getLocaleId,
|
||||
getLocaleMonthNames,
|
||||
getLocaleNumberFormat,
|
||||
getLocaleNumberSymbol,
|
||||
getLocalePluralCase,
|
||||
getLocaleTimeFormat,
|
||||
getLocaleWeekEndRange,
|
||||
getNumberOfCurrencyDigits,
|
||||
isPlatformBrowser,
|
||||
isPlatformServer,
|
||||
normalizeQueryParams,
|
||||
provideCloudflareLoader,
|
||||
provideCloudinaryLoader,
|
||||
provideImageKitLoader,
|
||||
provideImgixLoader,
|
||||
provideNetlifyLoader,
|
||||
registerLocaleData,
|
||||
setRootDomAdapter
|
||||
} from "./chunk-PSDIAYZ2.js";
|
||||
import {
|
||||
XhrFactory,
|
||||
parseCookieValue
|
||||
} from "./chunk-6UNWJBON.js";
|
||||
import {
|
||||
DOCUMENT,
|
||||
IMAGE_CONFIG
|
||||
} from "./chunk-COCNRMG2.js";
|
||||
import "./chunk-576P5TAG.js";
|
||||
import "./chunk-UQGLAMHP.js";
|
||||
import "./chunk-2K3BB2X3.js";
|
||||
import "./chunk-WDMUDEB6.js";
|
||||
export {
|
||||
APP_BASE_HREF,
|
||||
AsyncPipe,
|
||||
BrowserPlatformLocation,
|
||||
CommonModule,
|
||||
CurrencyPipe,
|
||||
DATE_PIPE_DEFAULT_OPTIONS,
|
||||
DATE_PIPE_DEFAULT_TIMEZONE,
|
||||
DOCUMENT,
|
||||
DatePipe,
|
||||
DecimalPipe,
|
||||
FormStyle,
|
||||
FormatWidth,
|
||||
HashLocationStrategy,
|
||||
I18nPluralPipe,
|
||||
I18nSelectPipe,
|
||||
IMAGE_CONFIG,
|
||||
IMAGE_LOADER,
|
||||
JsonPipe,
|
||||
KeyValuePipe,
|
||||
LOCATION_INITIALIZED,
|
||||
Location,
|
||||
LocationStrategy,
|
||||
LowerCasePipe,
|
||||
NgClass,
|
||||
NgComponentOutlet,
|
||||
NgForOf as NgFor,
|
||||
NgForOf,
|
||||
NgForOfContext,
|
||||
NgIf,
|
||||
NgIfContext,
|
||||
NgLocaleLocalization,
|
||||
NgLocalization,
|
||||
NgOptimizedImage,
|
||||
NgPlural,
|
||||
NgPluralCase,
|
||||
NgStyle,
|
||||
NgSwitch,
|
||||
NgSwitchCase,
|
||||
NgSwitchDefault,
|
||||
NgTemplateOutlet,
|
||||
NumberFormatStyle,
|
||||
NumberSymbol,
|
||||
PRECONNECT_CHECK_BLOCKLIST,
|
||||
PathLocationStrategy,
|
||||
PercentPipe,
|
||||
PlatformLocation,
|
||||
Plural,
|
||||
SlicePipe,
|
||||
TitleCasePipe,
|
||||
TranslationWidth,
|
||||
UpperCasePipe,
|
||||
VERSION,
|
||||
ViewportScroller,
|
||||
WeekDay,
|
||||
XhrFactory,
|
||||
formatCurrency,
|
||||
formatDate,
|
||||
formatNumber,
|
||||
formatPercent,
|
||||
getCurrencySymbol,
|
||||
getLocaleCurrencyCode,
|
||||
getLocaleCurrencyName,
|
||||
getLocaleCurrencySymbol,
|
||||
getLocaleDateFormat,
|
||||
getLocaleDateTimeFormat,
|
||||
getLocaleDayNames,
|
||||
getLocaleDayPeriods,
|
||||
getLocaleDirection,
|
||||
getLocaleEraNames,
|
||||
getLocaleExtraDayPeriodRules,
|
||||
getLocaleExtraDayPeriods,
|
||||
getLocaleFirstDayOfWeek,
|
||||
getLocaleId,
|
||||
getLocaleMonthNames,
|
||||
getLocaleNumberFormat,
|
||||
getLocaleNumberSymbol,
|
||||
getLocalePluralCase,
|
||||
getLocaleTimeFormat,
|
||||
getLocaleWeekEndRange,
|
||||
getNumberOfCurrencyDigits,
|
||||
isPlatformBrowser,
|
||||
isPlatformServer,
|
||||
provideCloudflareLoader,
|
||||
provideCloudinaryLoader,
|
||||
provideImageKitLoader,
|
||||
provideImgixLoader,
|
||||
provideNetlifyLoader,
|
||||
registerLocaleData,
|
||||
DomAdapter as ɵDomAdapter,
|
||||
NullViewportScroller as ɵNullViewportScroller,
|
||||
PLATFORM_BROWSER_ID as ɵPLATFORM_BROWSER_ID,
|
||||
PLATFORM_SERVER_ID as ɵPLATFORM_SERVER_ID,
|
||||
PlatformNavigation as ɵPlatformNavigation,
|
||||
getDOM as ɵgetDOM,
|
||||
normalizeQueryParams as ɵnormalizeQueryParams,
|
||||
parseCookieValue as ɵparseCookieValue,
|
||||
setRootDomAdapter as ɵsetRootDomAdapter
|
||||
};
|
||||
Reference in New Issue
Block a user