MCPcopy Create free account

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

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

↓ 1 callersMethodtoCustomer
Return a Customer-like object with just the properties that can be saved.
labs/view-models/end/src/app/customers/customer-vm.ts:33
↓ 1 callersMethodtoCustomer
Reduce the customer argument to a Customer-like object with just the properties that can be saved. * Missing properties get default values.
state-management/diy-store/src/app/model/customer.ts:37
↓ 1 callersMethodtoCustomer
Return a Customer-like object with just the properties that can be saved.
demos/src/app/view-model/3-vm/customer-vm.ts:40
↓ 1 callersMethodtoCustomer
Return a Customer-like object with just the properties that can be saved.
demos/src/app/view-model/4-customers-orders/customer-vm.ts:57
↓ 1 callersMethodunselect
()
labs/routing-guards-and-preload-strategies/end/src/app/villains/villain-detail-container/villain-detail-container.component.ts:62
↓ 1 callersMethodunselect
()
labs/routing-guards-and-preload-strategies/begin/src/app/villains/villain-detail-container/villain-detail-container.component.ts:62
↓ 1 callersMethodupdate
(customer: Customer)
labs/state-management/observable-store/begin/src/app/customers/customers-edit/customers-edit.component.ts:72
↓ 1 callersMethodupdate
(customer: Customer)
labs/state-management/ngrx-data/begin/src/app/customers/customers-edit/customers-edit.component.ts:62
↓ 1 callersMethodupdate
(customer: Customer)
state-management/observable-store/src/app/customers/customers-edit/customers-edit.component.ts:73
↓ 1 callersMethodupdate
(customer: Customer)
state-management/ngrx-data/src/app/customers/customers-edit/customers-edit.component.ts:62
↓ 1 callersMethodupdateCustomer
(customer: Partial<Customer>)
labs/view-models/end/src/app/services/customer-orders-data.service.ts:55
↓ 1 callersMethodupdateCustomer
(customer: Partial<Customer>)
labs/view-models/begin/src/app/services/customer-orders-data.service.ts:55
↓ 1 callersMethodupdateCustomer
(customer: Customer)
labs/state-management/ngrx/begin/src/app/store/services/customer-data.service.ts:45
↓ 1 callersMethodupdateCustomer
(customer: Customer)
state-management/ngrx/src/app/store/services/customer-data.service.ts:45
↓ 1 callersMethodupdateCustomer
(customer: Partial<Customer>)
state-management/diy-store/src/app/services/customer-orders-data.service.ts:96
↓ 1 callersMethodupdateCustomer
(customer: Customer)
cloning/src/app/core/customers.service.ts:73
↓ 1 callersFunctionupdateEntity
(entity: T, collectionName: keyof EntityCache, cacheStore: CacheStore)
labs/view-models/end/src/app/model/entity-operations.ts:39
↓ 1 callersFunctionupdateEntity
(entity: T, collectionName: keyof EntityCache, cacheStore: CacheStore)
labs/view-models/begin/src/app/model/entity-operations.ts:39
↓ 1 callersFunctionupdateEntity
( collectionName: keyof StoreCache, entity: T )
state-management/diy-store/src/app/store/store-operations.ts:80
↓ 1 callersFunctionupdateEntityGuard
Ensure the entity you're about to update has an id, is already in the collection, * has all and only the properties required, and its FKs (if any) ar
labs/view-models/end/src/app/model/entity-operations.ts:77
↓ 1 callersFunctionupdateEntityGuard
Ensure the entity you're about to update has an id, is already in the collection, * has all and only the properties required, and its FKs (if any) ar
labs/view-models/begin/src/app/model/entity-operations.ts:77
↓ 1 callersFunctionupdateEntityGuard
Ensures that the entity you're about to update has an id, already in the collection, * has all and only the properties required, and its FKs (if any)
state-management/diy-store/src/app/store/store-operations.ts:131
↓ 1 callersFunctionupdateEntityGuard
* Ensure the entity you're about to update has an id, is 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:108
↓ 1 callersMethodupdateLineItem
(lineItem: Partial<LineItem>)
demos/src/app/view-model/services/customer-orders-data.service.ts:196
↓ 1 callersMethodupdateOrder
(order: Partial<Order>)
demos/src/app/view-model/services/customer-orders-data.service.ts:204
↓ 1 callersMethodwatchCustomerOrders
* Observable of Orders belonging to a Customer. * @returns a non-terminating observable of Orders. Must unsubscribe!
demos/src/app/view-model/services/customer-orders-data.service.ts:154
Methodadd
(customer: Customer)
labs/state-management/ngrx/begin/src/app/customers/customers-edit/customers-edit.component.ts:58
Methodadd
(customer: Customer)
labs/state-management/observable-store/begin/src/app/customers/customers.service.ts:69
Methodadd
(customer: Customer)
labs/state-management/ngrx-data/begin/src/app/customers/customers-edit/customers-edit.component.ts:54
Methodadd
(villain: Villain)
labs/standalone/end/src/app/villains/villains/villains.component.ts:86
Methodadd
(hero: Hero)
labs/standalone/begin/src/app/heroes/heroes/heroes.component.ts:73
Methodadd
(villain: Villain)
labs/standalone/begin/src/app/villains/villains/villains.component.ts:86
Methodadd
(hero: Hero)
labs/standalone/reference/src/app/heroes/heroes/heroes.component.ts:66
Methodadd
(villain: Villain)
labs/standalone/reference/src/app/villains/villains/villains.component.ts:80
Methodadd
(hero: Hero)
labs/routing-guards-and-preload-strategies/end/src/app/heroes/heroes/heroes.component.ts:66
Methodadd
(villain: Villain)
labs/routing-guards-and-preload-strategies/end/src/app/villains/villain-detail-container/villain-detail-container.component.ts:54
Methodadd
(villain: Villain)
labs/routing-guards-and-preload-strategies/end/src/app/villains/villains/villains.component.ts:80
Methodadd
(hero: Hero)
labs/routing-guards-and-preload-strategies/begin/src/app/heroes/heroes/heroes.component.ts:66
Methodadd
(villain: Villain)
labs/routing-guards-and-preload-strategies/begin/src/app/villains/villain-detail-container/villain-detail-container.component.ts:54
Methodadd
(villain: Villain)
labs/routing-guards-and-preload-strategies/begin/src/app/villains/villains/villains.component.ts:80
Methodadd
(customer: Customer)
state-management/ngrx/src/app/customers/customers-edit/customers-edit.component.ts:57
Methodadd
(customer: Customer)
state-management/observable-store/src/app/customers/customers.service.ts:63
Methodadd
(customer: Customer)
state-management/ngrx-data/src/app/customers/customers-edit/customers-edit.component.ts:54
MethodaddCustomer
()
labs/view-models/end/src/app/customers/customer-container.component.ts:69
MethodaddCustomer
()
labs/view-models/begin/src/app/customers/customer-container.component.ts:69
MethodaddCustomer
()
state-management/diy-store/src/app/customers/customer-container.component.ts:76
MethodaddCustomer
(customer: Partial<Customer> = {})
demos/src/app/view-model/services/customer-orders-data.service.ts:166
MethodaddCustomer
()
demos/src/app/view-model/4-customers-orders/co-container.component.ts:67
MethodaddCustomer
()
demos/src/app/view-model/1-simple/simple-container.component.ts:52
MethodaddCustomerClone
()
demos/src/app/core/services/data.service.ts:125
MethodaddCustomerClone
()
demos/src/app/communication/communication.component.ts:101
MethodaddCustomerImmutable
()
demos/src/app/core/services/data.service.ts:133
MethodaddCustomerPush
()
demos/src/app/communication/communication.component.ts:95
MethodaddHero
(hero: Hero)
labs/standalone/end/src/app/heroes/hero.service.ts:42
MethodaddHero
(hero: Hero)
labs/standalone/begin/src/app/heroes/hero.service.ts:42
MethodaddHero
(hero: Hero)
labs/standalone/reference/src/app/heroes/hero.service.ts:42
MethodaddHero
(hero: Hero)
labs/routing-guards-and-preload-strategies/end/src/app/heroes/hero.service.ts:43
MethodaddHero
(hero: Hero)
labs/routing-guards-and-preload-strategies/begin/src/app/heroes/hero.service.ts:43
MethodaddLineItem
( lineItem: Partial<LineItem> = {}, order?: Order, product?: Product )
demos/src/app/view-model/services/customer-orders-data.service.ts:172
MethodaddOrder
(order: Partial<Order> = {}, customer?: Customer)
demos/src/app/view-model/services/customer-orders-data.service.ts:182
MethodaddProduct
()
demos/src/app/pipes-functions/pipes-functions.component.ts:101
MethodaddProduct
(newProduct: Product)
demos/src/app/core/services/data.service.ts:146
MethodaddTax
(price: number)
demos/src/app/pipes-functions/pipes-functions.component.ts:96
MethodaddToCart
()
labs/creating-an-observable-service/src/app/core/shopping-cart.service.ts:14
MethodaddToCart
()
labs/creating-an-observable-service/src/app/products/products.component.ts:17
MethodaddVillain
(villain: Villain)
labs/standalone/end/src/app/villains/villain.service.ts:62
MethodaddVillain
(villain: Villain)
labs/standalone/begin/src/app/villains/villain.service.ts:62
MethodaddVillain
(villain: Villain)
labs/standalone/reference/src/app/villains/villain.service.ts:62
MethodaddVillain
(villain: Villain)
labs/routing-guards-and-preload-strategies/end/src/app/villains/villain.service.ts:62
MethodaddVillain
(villain: Villain)
labs/routing-guards-and-preload-strategies/begin/src/app/villains/villain.service.ts:62
Methodage
()
labs/view-models/end/src/app/customers/customer-vm.ts:22
Methodage
()
labs/view-models/begin/src/app/customers/customer-vm.ts:22
Methodage
()
demos/src/app/view-model/3-vm/customer-vm.ts:29
Methodage
()
demos/src/app/view-model/4-customers-orders/customer-vm.ts:43
FunctionauthGuard
()
labs/standalone/end/src/app/core/auth.guard.ts:1
FunctionauthGuard
()
labs/standalone/begin/src/app/core/auth.guard.ts:1
FunctionauthGuard
()
labs/standalone/reference/src/app/core/auth.guard.ts:1
FunctionauthGuard
()
labs/routing-guards-and-preload-strategies/end/src/app/core/auth.guard.ts:1
FunctionbyName
Compare function for sorting by name
demos/src/app/core/services/httpClientRxJS.service.ts:213
MethodcanSave
()
labs/view-models/end/src/app/customers/customer-vm.ts:24
MethodcanSave
(vm: Partial<Customer>)
labs/view-models/begin/src/app/customers/customer-details.component.ts:70
MethodcanSave
()
labs/view-models/begin/src/app/customers/customer-vm.ts:26
MethodcanSave
(vm: Partial<Customer>)
state-management/diy-store/src/app/customers/customer-details.component.ts:85
Methodcancel
()
labs/view-models/end/src/app/customers/customer-container.component.ts:73
Methodcancel
()
labs/view-models/begin/src/app/customers/customer-container.component.ts:74
Methodcancel
()
state-management/diy-store/src/app/customers/customer-container.component.ts:80
Methodcancel
()
demos/src/app/view-model/3-vm/vm-container.component.ts:64
Methodcancel
()
demos/src/app/view-model/2-isolation/iso-container.component.ts:62
Methodcancel
()
demos/src/app/signals/signals.component.ts:134
MethodcancelCustomer
()
demos/src/app/view-model/4-customers-orders/co-container.component.ts:71
Methodchange
()
cloning/src/app/customer/customer-details/customer-details.component.ts:34
Methodchange
()
input-output-demo/src/app/customer/customer-details/customer-details.component.ts:22
Methodchanged
(customer: Customer)
cloning/src/app/customer/customer.component.ts:31
Methodchanged
(customer: any)
input-output-demo/src/app/customer/customer.component.ts:23
Methodclear
()
labs/standalone/end/src/app/heroes/heroes/heroes.component.ts:29
Methodclear
()
labs/standalone/end/src/app/villains/villains/villains.component.ts:29
Methodclear
()
labs/standalone/begin/src/app/heroes/heroes/heroes.component.ts:30
Methodclear
()
labs/standalone/begin/src/app/villains/villains/villains.component.ts:29
Methodclear
()
labs/standalone/reference/src/app/heroes/heroes/heroes.component.ts:23
Methodclear
()
labs/standalone/reference/src/app/villains/villains/villains.component.ts:23
← previousnext →301–400 of 1,057, ranked by callers