MCPcopy Create free account

hub / github.com/DanWahlin/angular-architecture / functions

Functions1,057 in github.com/DanWahlin/angular-architecture

↓ 2 callersMethodget
Override the default GET handler. For debugging.
state-management/diy-store/src/app/in-memory-data-service/in-memory-data.service.ts:42
↓ 2 callersMethodgetAll
()
state-management/observable-store/src/app/customers/customers.service.ts:32
↓ 2 callersMethodgetCustomer
()
cloning/src/app/customer/customer.component.ts:23
↓ 2 callersMethodgetCustomers
()
cloning/src/app/customer/customer.component.ts:37
↓ 2 callersMethodinfo
(...args: any[])
shared-library-abc-logging/projects/browser-logger/src/lib/browser-logger.service.ts:17
↓ 2 callersMethodisString
(val: any)
labs/state-management/ngrx/begin/src/app/core/sorter.service.ts:40
↓ 2 callersMethodisString
(val: any)
labs/state-management/observable-store/begin/src/app/core/sorter.service.ts:40
↓ 2 callersMethodisString
(val: any)
labs/state-management/ngrx-data/begin/src/app/core/sorter.service.ts:40
↓ 2 callersMethodisString
(val: any)
state-management/ngrx/src/app/core/sorter.service.ts:40
↓ 2 callersMethodisString
(val: any)
state-management/observable-store/src/app/core/sorter.service.ts:40
↓ 2 callersMethodisString
(val: any)
state-management/ngrx-data/src/app/core/sorter.service.ts:40
↓ 2 callersFunctionloadCollection
( collectionName: keyof StoreCache, collection: T[] )
state-management/diy-store/src/app/store/store-operations.ts:43
↓ 2 callersMethodresolveProperty
(path: string, obj: any)
labs/state-management/ngrx/begin/src/app/core/sorter.service.ts:44
↓ 2 callersMethodresolveProperty
(path: string, obj: any)
labs/state-management/observable-store/begin/src/app/core/sorter.service.ts:44
↓ 2 callersMethodresolveProperty
(path: string, obj: any)
labs/state-management/ngrx-data/begin/src/app/core/sorter.service.ts:44
↓ 2 callersMethodresolveProperty
(path: string, obj: any)
state-management/ngrx/src/app/core/sorter.service.ts:44
↓ 2 callersMethodresolveProperty
(path: string, obj: any)
state-management/observable-store/src/app/core/sorter.service.ts:44
↓ 2 callersMethodresolveProperty
(path: string, obj: any)
state-management/ngrx-data/src/app/core/sorter.service.ts:44
↓ 2 callersMethodsort
(collection: any[], prop: any)
state-management/ngrx/src/app/core/sorter.service.ts:9
↓ 2 callersFunctiontoCustomer
Reduce the customer argument to a Customer-like object with just the properties that can be saved. * Missing properties get default values.
labs/view-models/end/src/app/customers/customer-vm.ts:42
↓ 2 callersFunctiontoCustomer
(customer: Partial<Customer> = {})
labs/view-models/begin/src/app/customers/customer-vm.ts:42
↓ 2 callersFunctiontoCustomer
* Reduce the customer argument to a Customer-like object with just the properties that can be saved. * Missing properties get default values.
demos/src/app/view-model/3-vm/customer-vm.ts:49
↓ 2 callersFunctiontoCustomer
* Reduce the customer argument to a Customer-like object with just the properties that can be saved. * Missing properties get default values.
demos/src/app/view-model/4-customers-orders/customer-vm.ts:66
↓ 2 callersMethodunselect
()
labs/standalone/end/src/app/heroes/heroes/heroes.component.ts:80
↓ 2 callersMethodunselect
()
labs/standalone/end/src/app/villains/villains/villains.component.ts:96
↓ 2 callersMethodunselect
()
labs/standalone/begin/src/app/heroes/heroes/heroes.component.ts:81
↓ 2 callersMethodunselect
()
labs/standalone/begin/src/app/villains/villains/villains.component.ts:96
↓ 2 callersMethodunselect
()
labs/standalone/reference/src/app/heroes/heroes/heroes.component.ts:74
↓ 2 callersMethodunselect
()
labs/standalone/reference/src/app/villains/villains/villains.component.ts:90
↓ 2 callersMethodunselect
()
labs/routing-guards-and-preload-strategies/end/src/app/heroes/heroes/heroes.component.ts:74
↓ 2 callersMethodunselect
()
labs/routing-guards-and-preload-strategies/end/src/app/villains/villains/villains.component.ts:90
↓ 2 callersMethodunselect
()
labs/routing-guards-and-preload-strategies/begin/src/app/heroes/heroes/heroes.component.ts:74
↓ 2 callersMethodunselect
()
labs/routing-guards-and-preload-strategies/begin/src/app/villains/villains/villains.component.ts:90
↓ 2 callersMethodupdateHero
()
labs/standalone/end/src/app/heroes/hero-detail/hero-detail.component.ts:66
↓ 2 callersMethodupdateHero
()
labs/standalone/begin/src/app/heroes/hero-detail/hero-detail.component.ts:66
↓ 2 callersMethodupdateHero
()
labs/standalone/reference/src/app/heroes/hero-detail/hero-detail.component.ts:62
↓ 2 callersMethodupdateHero
()
labs/routing-guards-and-preload-strategies/end/src/app/heroes/hero-detail/hero-detail.component.ts:62
↓ 2 callersMethodupdateHero
()
labs/routing-guards-and-preload-strategies/begin/src/app/heroes/hero-detail/hero-detail.component.ts:62
↓ 2 callersMethodupdateVillain
(form: UntypedFormGroup)
labs/standalone/end/src/app/villains/villain-detail/villain-detail.component.ts:77
↓ 2 callersMethodupdateVillain
(form: UntypedFormGroup)
labs/standalone/begin/src/app/villains/villain-detail/villain-detail.component.ts:77
↓ 2 callersMethodupdateVillain
(form: UntypedFormGroup)
labs/standalone/reference/src/app/villains/villain-detail/villain-detail.component.ts:73
↓ 2 callersMethodwarn
(...args: any[])
shared-library-abc-logging/projects/browser-logger/src/lib/browser-logger.service.ts:33
↓ 1 callersMethodaddCustomer
(customer: Partial<Customer> = {})
labs/view-models/end/src/app/services/customer-orders-data.service.ts:49
↓ 1 callersMethodaddCustomer
(customer: Partial<Customer> = {})
labs/view-models/begin/src/app/services/customer-orders-data.service.ts:49
↓ 1 callersMethodaddCustomer
(customer: Customer)
labs/state-management/ngrx/begin/src/app/store/services/customer-data.service.ts:30
↓ 1 callersMethodaddCustomer
(customer: Customer)
state-management/ngrx/src/app/store/services/customer-data.service.ts:30
↓ 1 callersMethodaddCustomer
(customer: Partial<Customer> = {})
state-management/diy-store/src/app/services/customer-orders-data.service.ts:89
↓ 1 callersMethodaddCustomer
()
demos/src/app/view-model/3-vm/vm-container.component.ts:60
↓ 1 callersMethodaddCustomer
()
demos/src/app/view-model/4-customers-orders/co-view.service.ts:19
↓ 1 callersMethodaddCustomer
()
demos/src/app/view-model/2-isolation/iso-container.component.ts:55
↓ 1 callersFunctionaddEntity
(entity: T, collectionName: keyof EntityCache, cacheStore: CacheStore)
labs/view-models/end/src/app/model/entity-operations.ts:17
↓ 1 callersFunctionaddEntity
(entity: T, collectionName: keyof EntityCache, cacheStore: CacheStore)
labs/view-models/begin/src/app/model/entity-operations.ts:17
↓ 1 callersFunctionaddEntity
( collectionName: keyof StoreCache, entity: T )
state-management/diy-store/src/app/store/store-operations.ts:58
↓ 1 callersFunctionaddEntityGuard
Ensure the entity you're about to add has an id, is not already in the collection, * has all and only the properties required, and its FKs (if any) a
labs/view-models/end/src/app/model/entity-operations.ts:60
↓ 1 callersFunctionaddEntityGuard
Ensure the entity you're about to add has an id, is not already in the collection, * has all and only the properties required, and its FKs (if any) a
labs/view-models/begin/src/app/model/entity-operations.ts:60
↓ 1 callersFunctionaddEntityGuard
Ensures that the entity you're about to add has an id, is not already in the collection, * has all and only the properties required, and its FKs (if
state-management/diy-store/src/app/store/store-operations.ts:106
↓ 1 callersFunctionaddEntityGuard
* Ensure the entity you're about to add has an id, is not already in the collection, * has all and only the properties required, and its FKs (if any)
demos/src/app/view-model/model/entity-operations.ts:78
↓ 1 callersMethodaddTax
(cust: Customer)
cloning/src/app/customer/customer-details/customer-details.component.ts:30
↓ 1 callersFunctioncalcAge
(birthDate: Date | string )
labs/view-models/begin/src/app/shared/age.pipe.ts:13
↓ 1 callersFunctioncalcAge
(birthDate: Date | string)
state-management/diy-store/src/app/shared/age.pipe.ts:13
↓ 1 callersFunctioncalcFullName
(person: { first?: string, last?: string })
labs/view-models/begin/src/app/shared/fullname.pipe.ts:18
↓ 1 callersFunctioncalcFullName
(person: { first?: string; last?: string; })
state-management/diy-store/src/app/shared/fullname.pipe.ts:19
↓ 1 callersMethodclearCache
()
state-management/diy-store/src/app/services/customer-orders-data.service.ts:39
↓ 1 callersMethodclone
Clone ViewModel-self with properties and methods
demos/src/app/view-model/4-customers-orders/customer-vm.ts:38
↓ 1 callersMethodcreate
(id: number, order: Partial<Order> = {}, customer?: Partial<Customer>)
labs/view-models/end/src/app/model/order.ts:9
↓ 1 callersMethodcreate
(id: number, order: Partial<Order> = {}, customer?: Partial<Customer>)
labs/view-models/begin/src/app/model/order.ts:9
↓ 1 callersMethodcreate
Create a default new Customer, merging in properties of the optional customer argument
state-management/diy-store/src/app/model/customer.ts:18
↓ 1 callersMethodcreateCustomerVms$
()
demos/src/app/view-model/4-customers-orders/co-view.service.ts:23
↓ 1 callersFunctioncreateOrderVm
( customer: { first: string; last: string }, orderGraph: OrderGraph )
demos/src/app/view-model/4-customers-orders/order-vm.ts:24
↓ 1 callersMethodcreateVm$
Create observable of Customer ViewModels from cached customers
demos/src/app/view-model/3-vm/vm-container.component.ts:52
↓ 1 callersMethodcustomers
()
demos/src/app/view-model/services/customer-orders-data.service.ts:38
↓ 1 callersMethoddeepClone
(value: T)
demos/src/app/core/services/cloner.service.ts:8
↓ 1 callersMethoddelete
(customer: Customer)
labs/state-management/ngrx/begin/src/app/customers/customers-edit/customers-edit.component.ts:62
↓ 1 callersMethoddelete
(customer: Customer)
state-management/ngrx/src/app/customers/customers-edit/customers-edit.component.ts:61
↓ 1 callersMethoddeleteCustomer
(customer: Customer)
labs/state-management/ngrx/begin/src/app/store/services/customer-data.service.ts:37
↓ 1 callersMethoddeleteCustomer
(customer: Customer)
state-management/ngrx/src/app/store/services/customer-data.service.ts:37
↓ 1 callersMethodgetAll
()
labs/state-management/observable-store/begin/src/app/customers/customers.service.ts:35
↓ 1 callersMethodgetAll
()
state-management/observable-store/src/app/orders/orders.service.ts:32
↓ 1 callersMethodgetAuthorizationToken
()
labs/http-interceptors/end/src/app/interceptors/auth.service.ts:5
↓ 1 callersMethodgetAuthorizationToken
()
labs/http-interceptors/begin/src/app/interceptors/auth.service.ts:5
↓ 1 callersMethodgetCharacterByName
Get Observable of characters with matching name
demos/src/app/core/services/httpClientRxJS.service.ts:24
↓ 1 callersMethodgetCharactersAndPlanets
Get Observable of Characters and Planets at the same time, using forkJoin
demos/src/app/core/services/httpClientRxJS.service.ts:52
↓ 1 callersMethodgetCharactersWithHomePlanets_combineLatest
Get Observable of Characters with their home planets using combineLatest(). * Alternative to the forkJoin version. * Does the same thing in the
demos/src/app/core/services/httpClientRxJS.service.ts:159
↓ 1 callersMethodgetCharactersWithHomePlanets_concatMap
Get Observable of Characters with their home planets using concatMap. * Retrieves each character's home planet with individual calls to the getPlan
demos/src/app/core/services/httpClientRxJS.service.ts:76
↓ 1 callersMethodgetCharactersWithHomePlanets_forkJoin
Get Observable of Characters with their home planets using forkJoin(). * Fastest version because retrieves all characters and planets * at the s
demos/src/app/core/services/httpClientRxJS.service.ts:138
↓ 1 callersMethodgetCharactersWithHomePlanets_mergeMap
Get Observable of Characters with their home planets using mergeMap(). * Retrieves each character's home planet with individual calls to the getPla
demos/src/app/core/services/httpClientRxJS.service.ts:99
↓ 1 callersMethodgetCharactersWithHomePlanets_switchMap_FAIL
TRIES to get Observable of Characters with their home planets using switchMap() and FAILS. * It fails because switchMap() is not appropriate here.
demos/src/app/core/services/httpClientRxJS.service.ts:117
↓ 1 callersMethodgetCustomer
(id: number)
labs/state-management/ngrx/begin/src/app/store/services/customer-data.service.ts:23
↓ 1 callersMethodgetCustomer
(id: number)
state-management/ngrx/src/app/store/services/customer-data.service.ts:23
↓ 1 callersMethodgetCustomerIndex
(id: number)
cloning/src/app/core/customers.service.ts:82
↓ 1 callersMethodgetCustomers
()
labs/state-management/ngrx/begin/src/app/store/services/customer-data.service.ts:16
↓ 1 callersMethodgetCustomers
()
labs/angular-playground/src/app/core/data.service.ts:82
↓ 1 callersMethodgetCustomers
()
state-management/ngrx/src/app/customers/customers.component.ts:30
↓ 1 callersMethodgetCustomers
()
state-management/ngrx/src/app/store/services/customer-data.service.ts:16
↓ 1 callersMethodgetCustomers
()
state-management/observable-store/src/app/customers/customers.component.ts:21
↓ 1 callersMethodgetCustomers
()
state-management/ngrx-data/src/app/customers/customers.component.ts:25
↓ 1 callersMethodgetCustomers
()
cloning/src/app/core/customers.service.ts:44
↓ 1 callersFunctiongetDbData
* Development data
labs/standalone/end/src/app/core/in-memory-data.service.ts:73
↓ 1 callersFunctiongetDbData
* Development data
labs/standalone/begin/src/app/core/in-memory-data.service.ts:73
↓ 1 callersFunctiongetDbData
* Development data
labs/standalone/reference/src/app/core/in-memory-data.service.ts:73
← previousnext →101–200 of 1,057, ranked by callers