File Type Identifier Statements
src/app/app.component.ts component AppComponent 0 % (0/9)
src/app/auth/actions/auth.actions.ts class AuthActions 9 % (1/11)
src/app/auth/components/login/login.component.ts component LoginComponent 0 % (0/11)
src/app/auth/components/sign-up/sign-up.component.ts component SignUpComponent 0 % (0/11)
src/app/auth/effects/auth.effects.ts injectable AuthenticationEffects 0 % (0/3)
src/app/auth/reducers/auth.state.ts interface AuthState 50 % (1/2)
src/app/checkout/actions/checkout.actions.ts class CheckoutActions 3 % (1/27)
src/app/checkout/address/add-address/add-address.component.ts component AddAddressComponent 0 % (0/8)
src/app/checkout/address/address.component.ts component AddressComponent 0 % (0/9)
src/app/checkout/address/delivery-address/delivery-address.component.ts component DeliveryAddressComponent 0 % (0/4)
src/app/checkout/address/delivery-options/delivery-options.component.ts component DeliveryOptionsComponent 0 % (0/9)
src/app/checkout/address/services/address.service.ts injectable AddressService 0 % (0/6)
src/app/checkout/cart/cart.component.ts component CartComponent 0 % (0/5)
src/app/checkout/cart/components/empty-cart/empty-cart.component.ts component EmptyCartComponent 0 % (0/3)
src/app/checkout/cart/components/line-item-list/line-item-list.component.ts component LineItemListComponent 0 % (0/4)
src/app/checkout/cart/components/line-item-list/line-item/line-item.component.ts component LineItemComponent 0 % (0/9)
src/app/checkout/cart/components/order-total-summary/order-total-summary.component.ts component OrderTotalSummaryComponent 0 % (0/8)
src/app/checkout/effects/checkout.effects.ts injectable CheckoutEffects 0 % (0/3)
src/app/checkout/payment/payment-modes-list/cash-on-delivery/cash-on-delivery.component.ts component CashOnDeliveryComponent 0 % (0/5)
src/app/checkout/payment/payment-modes-list/credit-card/credit-card.component.ts component CreditCardComponent 0 % (0/3)
src/app/checkout/payment/payment-modes-list/net-banking/net-banking.component.ts component NetBankingComponent 0 % (0/3)
src/app/checkout/payment/payment-modes-list/payment-mode/payment-mode.component.ts component PaymentModeComponent 0 % (0/6)
src/app/checkout/payment/payment-modes-list/payment-modes-list.component.ts component PaymentModesListComponent 0 % (0/10)
src/app/checkout/payment/payment.component.ts component PaymentComponent 0 % (0/7)
src/app/checkout/payment/services/payment.service.ts injectable PaymentService 0 % (0/2)
src/app/checkout/reducers/checkout.state.ts interface CheckoutState 11 % (1/9)
src/app/core/guards/auth.guard.ts injectable CanActivateViaAuthGuard 0 % (0/6)
src/app/core/models/address.ts class Address 6 % (1/16)
src/app/core/models/classification.ts class Classification 25 % (1/4)
src/app/core/models/image.ts class Image 6 % (1/16)
src/app/core/models/line_item.ts class LineItem 11 % (1/9)
src/app/core/models/option_type.ts class OptionType 20 % (1/5)
src/app/core/models/option_value.ts class OptionValue 14 % (1/7)
src/app/core/models/order.ts class LightOrder 14 % (1/7)
src/app/core/models/order.ts class Order 3 % (1/32)
src/app/core/models/payment.ts class Payment 8 % (1/12)
src/app/core/models/payment_mode.ts class PaymentMode 20 % (1/5)
src/app/core/models/product.ts class Product 5 % (1/19)
src/app/core/models/product_property.ts class ProductProperty 16 % (1/6)
src/app/core/models/taxon.ts class Taxon 11 % (1/9)
src/app/core/models/taxonomy.ts interface Taxonomy 25 % (1/4)
src/app/core/models/user.ts class User 10 % (1/10)
src/app/core/models/variant.ts class Variant 4 % (1/22)
src/app/core/pipes/humanize.pipe.ts pipe HumanizePipe 0 % (0/1)
src/app/core/services/auth.service.ts injectable AuthService 16 % (1/6)
src/app/core/services/checkout.service.ts injectable CheckoutService 9 % (1/11)
src/app/core/services/http.ts injectable HttpService 55 % (5/9)
src/app/core/services/product.service.ts injectable ProductService 20 % (1/5)
src/app/core/services/variant-parser.service.ts injectable VariantParserService 44 % (4/9)
src/app/core/services/variant-parser.service.ts interface OptionTypesHash 100 % (1/1)
src/app/core/services/variant-retriver.service.ts injectable VariantRetriverService 36 % (7/19)
src/app/home/breadcrumb/components/breadcrumb/breadcrumb.component.ts component BreadcrumbComponent 0 % (0/5)
src/app/home/content/content-header/content-header.component.ts component ContentHeaderComponent 0 % (0/8)
src/app/home/content/content.ts component ContentComponent 0 % (0/7)
src/app/home/content/customize/customize.component.ts component CustomizeComponent 0 % (0/3)
src/app/home/content/filter-summary/filter-summary.component.ts component FilterSummaryComponent 0 % (0/5)
src/app/home/content/product-list/product-filter.pipe.ts pipe FilterPipe 100 % (1/1)
src/app/home/content/product-list/product-list-item/product-list-item.component.ts component ProductListItemComponent 0 % (0/5)
src/app/home/content/product-list/product-list.component.ts component ProductListComponent 0 % (0/9)
src/app/home/home.component.ts component HomeComponent 0 % (0/6)
src/app/home/reducers/search.actions.ts class SearchActions 14 % (1/7)
src/app/home/reducers/search.state.ts interface SearchState 33 % (1/3)
src/app/home/sidebar/filter/filter.component.ts component FilterComponent 0 % (0/3)
src/app/home/sidebar/taxons/taxons.component.ts component TaxonsComponent 0 % (0/8)
src/app/interfaces.ts interface AppState 16 % (1/6)
src/app/layout/checkout-footer/checkout-footer.component.ts component CheckoutFooterComponent 0 % (0/3)
src/app/layout/checkout-header/checkout-header.component.ts component CheckoutHeaderComponent 0 % (0/8)
src/app/layout/footer/footer.component.ts component FooterComponent 0 % (0/3)
src/app/layout/header/header.component.ts component HeaderComponent 0 % (0/8)
src/app/layout/header/profile-dropdown/profile-dropdown.component.ts component ProfileDropdownComponent 0 % (0/6)
src/app/product/actions/product-actions.ts class ProductActions 6 % (1/15)
src/app/product/components/product-detail-page/product-description/product-description.component.ts component ProductDescriptionComponent 0 % (0/4)
src/app/product/components/product-detail-page/product-detail-page.component.ts component ProductDetailPageComponent 12 % (1/8)
src/app/product/components/product-detail-page/product-details/product-details.component.ts component ProductDetailsComponent 6 % (1/15)
src/app/product/components/product-detail-page/product-images/product-images.component.ts component ProductImagesComponent 0 % (0/7)
src/app/product/components/product-detail-page/product-price-info/product-price-info.component.ts component ProductPriceInfoComponent 0 % (0/4)
src/app/product/components/product-detail-page/product-variants/product-variants.component.ts component ProductVariantsComponent 0 % (0/10)
src/app/product/components/product-detail-page/product-variants/product-variants.component.ts interface CurrentSelectedOptionsType 100 % (1/1)
src/app/product/effects/product.effects.ts injectable ProductEffects 0 % (0/5)
src/app/product/product.component.ts component ProductComponent 0 % (0/3)
src/app/product/reducers/product-state.ts interface ProductState 16 % (1/6)
src/app/shared/components/loading-indicator/loading-indicator.component.ts component LoadingIndicatorComponent 0 % (0/4)
src/app/shared/components/notification/notification.component.ts component NotificationComponent 0 % (0/6)
src/app/shared/pipes/keys.pipe.ts pipe KeysPipe 0 % (0/1)
src/app/user/actions/user.actions.ts class UserActions 20 % (1/5)
src/app/user/components/addresses/addresses.component.ts component AddressesComponent 0 % (0/3)
src/app/user/components/orders/order-detail/order-detail.component.ts component OrderDetailComponent 0 % (0/9)
src/app/user/components/orders/order-list-item/order-list-item.component.ts component OrderListItemComponent 0 % (0/5)
src/app/user/components/orders/orders.component.ts component OrdersComponent 0 % (0/4)
src/app/user/components/overview/overview.component.ts component OverviewComponent 0 % (0/3)
src/app/user/components/returns/return-list-item/return-list-item.component.ts component ReturnListItemComponent 0 % (0/3)
src/app/user/components/returns/returns.component.ts component ReturnsComponent 0 % (0/3)
src/app/user/effects/user.effects.ts injectable UserEffects 0 % (0/3)
src/app/user/reducers/user.state.ts interface UserState 33 % (1/3)
src/app/user/services/user.service.ts injectable UserService 0 % (0/5)
src/app/user/user.component.ts component UserComponent 0 % (0/3)

results matching ""

    No results matching ""