Angular
Integrate DynamicMapper into your Angular application
DynamicMapper provides mini library for basic integration with Angular framework.
Install
Import MapperModule and profile providers
Add your mapping profiles via MapperModule.withProviders
.
Inject mapper service
Inject mapper service from @dynamic-mapper/angular
package. This mapper instance has configured all registered profiles from MAPPING_PROFILE
provider.
Last updated