mohammedzamakhan / ngx-loadable

⏳ Simple Lazy Loading for Non Routable Angular Modules

Home Page:https://mohammedzamakhan.github.io/ngx-loadable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILoadableRootConfig not exported through public api

lydemann opened this issue · comments

Current behavior

The ILoadableRootConfig is not exported through public api.

When you import it you end with a nested path:

import { ILoadableRootConfig } from 'ngx-loadable/lib/loadable.config';

##Expected behavior

You should be able to get ILoadableRootConfig like:

import { ILoadableRootConfig } from 'ngx-loadable/lib/loadable.config';