@angular_common.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. import {
  2. APP_BASE_HREF,
  3. AsyncPipe,
  4. BrowserPlatformLocation,
  5. CommonModule,
  6. CurrencyPipe,
  7. DATE_PIPE_DEFAULT_OPTIONS,
  8. DATE_PIPE_DEFAULT_TIMEZONE,
  9. DOCUMENT,
  10. DatePipe,
  11. DecimalPipe,
  12. DomAdapter,
  13. FormStyle,
  14. FormatWidth,
  15. HashLocationStrategy,
  16. I18nPluralPipe,
  17. I18nSelectPipe,
  18. IMAGE_LOADER,
  19. JsonPipe,
  20. KeyValuePipe,
  21. LOCATION_INITIALIZED,
  22. Location,
  23. LocationStrategy,
  24. LowerCasePipe,
  25. NgClass,
  26. NgComponentOutlet,
  27. NgForOf,
  28. NgForOfContext,
  29. NgIf,
  30. NgIfContext,
  31. NgLocaleLocalization,
  32. NgLocalization,
  33. NgOptimizedImage,
  34. NgPlural,
  35. NgPluralCase,
  36. NgStyle,
  37. NgSwitch,
  38. NgSwitchCase,
  39. NgSwitchDefault,
  40. NgTemplateOutlet,
  41. NullViewportScroller,
  42. NumberFormatStyle,
  43. NumberSymbol,
  44. PLATFORM_BROWSER_ID,
  45. PLATFORM_SERVER_ID,
  46. PRECONNECT_CHECK_BLOCKLIST,
  47. PathLocationStrategy,
  48. PercentPipe,
  49. PlatformLocation,
  50. PlatformNavigation,
  51. Plural,
  52. SlicePipe,
  53. TitleCasePipe,
  54. TranslationWidth,
  55. UpperCasePipe,
  56. VERSION,
  57. ViewportScroller,
  58. WeekDay,
  59. XhrFactory,
  60. formatCurrency,
  61. formatDate,
  62. formatNumber,
  63. formatPercent,
  64. getCurrencySymbol,
  65. getDOM,
  66. getLocaleCurrencyCode,
  67. getLocaleCurrencyName,
  68. getLocaleCurrencySymbol,
  69. getLocaleDateFormat,
  70. getLocaleDateTimeFormat,
  71. getLocaleDayNames,
  72. getLocaleDayPeriods,
  73. getLocaleDirection,
  74. getLocaleEraNames,
  75. getLocaleExtraDayPeriodRules,
  76. getLocaleExtraDayPeriods,
  77. getLocaleFirstDayOfWeek,
  78. getLocaleId,
  79. getLocaleMonthNames,
  80. getLocaleNumberFormat,
  81. getLocaleNumberSymbol,
  82. getLocalePluralCase,
  83. getLocaleTimeFormat,
  84. getLocaleWeekEndRange,
  85. getNumberOfCurrencyDigits,
  86. isPlatformBrowser,
  87. isPlatformServer,
  88. normalizeQueryParams,
  89. parseCookieValue,
  90. provideCloudflareLoader,
  91. provideCloudinaryLoader,
  92. provideImageKitLoader,
  93. provideImgixLoader,
  94. provideNetlifyLoader,
  95. registerLocaleData,
  96. setRootDomAdapter
  97. } from "./chunk-GPQCL3UH.js";
  98. import {
  99. IMAGE_CONFIG
  100. } from "./chunk-3XPRMCCN.js";
  101. export {
  102. APP_BASE_HREF,
  103. AsyncPipe,
  104. BrowserPlatformLocation,
  105. CommonModule,
  106. CurrencyPipe,
  107. DATE_PIPE_DEFAULT_OPTIONS,
  108. DATE_PIPE_DEFAULT_TIMEZONE,
  109. DOCUMENT,
  110. DatePipe,
  111. DecimalPipe,
  112. FormStyle,
  113. FormatWidth,
  114. HashLocationStrategy,
  115. I18nPluralPipe,
  116. I18nSelectPipe,
  117. IMAGE_CONFIG,
  118. IMAGE_LOADER,
  119. JsonPipe,
  120. KeyValuePipe,
  121. LOCATION_INITIALIZED,
  122. Location,
  123. LocationStrategy,
  124. LowerCasePipe,
  125. NgClass,
  126. NgComponentOutlet,
  127. NgForOf as NgFor,
  128. NgForOf,
  129. NgForOfContext,
  130. NgIf,
  131. NgIfContext,
  132. NgLocaleLocalization,
  133. NgLocalization,
  134. NgOptimizedImage,
  135. NgPlural,
  136. NgPluralCase,
  137. NgStyle,
  138. NgSwitch,
  139. NgSwitchCase,
  140. NgSwitchDefault,
  141. NgTemplateOutlet,
  142. NumberFormatStyle,
  143. NumberSymbol,
  144. PRECONNECT_CHECK_BLOCKLIST,
  145. PathLocationStrategy,
  146. PercentPipe,
  147. PlatformLocation,
  148. Plural,
  149. SlicePipe,
  150. TitleCasePipe,
  151. TranslationWidth,
  152. UpperCasePipe,
  153. VERSION,
  154. ViewportScroller,
  155. WeekDay,
  156. XhrFactory,
  157. formatCurrency,
  158. formatDate,
  159. formatNumber,
  160. formatPercent,
  161. getCurrencySymbol,
  162. getLocaleCurrencyCode,
  163. getLocaleCurrencyName,
  164. getLocaleCurrencySymbol,
  165. getLocaleDateFormat,
  166. getLocaleDateTimeFormat,
  167. getLocaleDayNames,
  168. getLocaleDayPeriods,
  169. getLocaleDirection,
  170. getLocaleEraNames,
  171. getLocaleExtraDayPeriodRules,
  172. getLocaleExtraDayPeriods,
  173. getLocaleFirstDayOfWeek,
  174. getLocaleId,
  175. getLocaleMonthNames,
  176. getLocaleNumberFormat,
  177. getLocaleNumberSymbol,
  178. getLocalePluralCase,
  179. getLocaleTimeFormat,
  180. getLocaleWeekEndRange,
  181. getNumberOfCurrencyDigits,
  182. isPlatformBrowser,
  183. isPlatformServer,
  184. provideCloudflareLoader,
  185. provideCloudinaryLoader,
  186. provideImageKitLoader,
  187. provideImgixLoader,
  188. provideNetlifyLoader,
  189. registerLocaleData,
  190. DomAdapter as ɵDomAdapter,
  191. NullViewportScroller as ɵNullViewportScroller,
  192. PLATFORM_BROWSER_ID as ɵPLATFORM_BROWSER_ID,
  193. PLATFORM_SERVER_ID as ɵPLATFORM_SERVER_ID,
  194. PlatformNavigation as ɵPlatformNavigation,
  195. getDOM as ɵgetDOM,
  196. normalizeQueryParams as ɵnormalizeQueryParams,
  197. parseCookieValue as ɵparseCookieValue,
  198. setRootDomAdapter as ɵsetRootDomAdapter
  199. };