feat(tabs): adds lazy loading

This commit is contained in:
Manu Mtz.-Almeida
2018-02-08 17:05:16 +01:00
parent cdba38d004
commit 74cce164a3
7 changed files with 80 additions and 18 deletions

View File

@ -40,6 +40,9 @@ import {
import {
SelectPopoverOption,
} from './components/select-popover/select-popover';
import {
FrameworkDelegate as FrameworkDelegate2,
} from '.';
import {
DomRenderFn,
HeaderFn,
@ -2995,6 +2998,8 @@ declare global {
badge?: string;
badgeStyle?: string;
btnId?: string;
component?: any;
delegate?: FrameworkDelegate;
disabled?: boolean;
icon?: string;
path?: string;