index
@agros/collections
@agros/collections
Table of contents
Variables
Variables
default
• default: Object
Type declaration
Name | Type |
---|---|
generate | { application : typeof ApplicationCollectionGenerateFactory = ApplicationCollectionGenerateFactory; component : typeof ComponentCollectionGenerateFactory = ComponentCollectionGenerateFactory; interceptor : typeof InterceptorCollectionGenerateFactory = InterceptorCollectionGenerateFactory; module : typeof ModuleCollectionGenerateFactory = ModuleCollectionGenerateFactory; service : typeof ServiceCollectionGenerateFactory = ServiceCollectionGenerateFactory } |
generate.application | typeof ApplicationCollectionGenerateFactory |
generate.component | typeof ComponentCollectionGenerateFactory |
generate.interceptor | typeof InterceptorCollectionGenerateFactory |
generate.module | typeof ModuleCollectionGenerateFactory |
generate.service | typeof ServiceCollectionGenerateFactory |
update | { component : typeof ComponentCollectionUpdateFactory = ComponentCollectionUpdateFactory; interceptor : typeof InterceptorCollectionUpdateFactory = InterceptorCollectionUpdateFactory; module : typeof ModuleCollectionUpdateFactory = ModuleCollectionUpdateFactory; service : typeof ServiceCollectionUpdateFactory = ServiceCollectionUpdateFactory } |
update.component | typeof ComponentCollectionUpdateFactory |
update.interceptor | typeof InterceptorCollectionUpdateFactory |
update.module | typeof ModuleCollectionUpdateFactory |
update.service | typeof ServiceCollectionUpdateFactory |