[MGNLFE-572] Support Lazy Component Import in angular-editor Created: 11/Jul/23  Updated: 11/Jul/23

Status: Open
Project: Magnolia Frontend Helpers
Component/s: None
Affects Version/s: 1.3.3
Fix Version/s: None

Type: Improvement Priority: Neutral
Reporter: Martin Haderka Assignee: Unassigned
Resolution: Unresolved Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Relates
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)

 Description   

Current functionality only supports direct component imports in the form:
```
import Headline from './src/app/components/Headline/Headline';
```

It would be nice to introduce support for lazy component imports that look like this:
```
const LazyHeadline = () => import('./src/app/components/LazyHeadline/LazyHeadline');
```


Generated at Mon Feb 12 05:48:44 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.