adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

Move `MapTo` calls into component files #97

Closed samuelmeuli closed 4 years ago

samuelmeuli commented 5 years ago
Q                       A
Fixed Issues? Closes #54
Patch: Bug Fix? No
Minor: New Feature? No
Major: Breaking Change? Yes
Tests Added + Pass? No
Documentation Provided No
Any Dependency Changes? No
License Apache License, Version 2.0

Angular: Removed the mapping.ts file which contained all component mappings and moved all MapTo calls and EditConfig objects into the corresponding component files. To make the structure as clear as possible, the imported AEMContainerComponent and AEMResponsiveGridComponent (from @adobe/cq-angular-editable-components) now have their own files as well.

React: Updated file names and imports to get consistency with the Angular app.