Abstract
This module provides a Angular implementation for the containers in the AEM core components. This only works with the AEM SPA editor.
Current supported / exported components:
1. Containers
2. Accordion (V1)
3. Carousel (V1)
4. Container (V1)
5. Tabs (V1)
Abstraction
1. AbstractCoreContainerComponent
Usage
You can choose to import the entire library at once OR import components individually. The latter is useful if you want to only enable a few components and you want to save your javascript footprint. Also, if you want to load all core components, but you want to lazyload them with angular suspense, you will need to import them individually.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni