0👍
Did you try lazyload ?
XRM = () => import('./my-component')
In this way library/component will load when call
Source:stackexchange.com
0👍
Did you try lazyload ?
XRM = () => import('./my-component')
In this way library/component will load when call