Merge pull request #1984 from dpalou/MOBILE-2930
MOBILE-2930 core: Fix compilation error in block componentmain
commit
b0477ab1d3
|
@ -27,7 +27,7 @@ import { CoreBlockDelegate } from '@core/block/providers/delegate';
|
||||||
})
|
})
|
||||||
export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implements OnChanges {
|
export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implements OnChanges {
|
||||||
@Input() block: any;
|
@Input() block: any;
|
||||||
@Input() contextLevel: number;
|
@Input() contextLevel: string;
|
||||||
@Input() instanceId: number;
|
@Input() instanceId: number;
|
||||||
|
|
||||||
@ViewChild(CoreSitePluginsPluginContentComponent) content: CoreSitePluginsPluginContentComponent;
|
@ViewChild(CoreSitePluginsPluginContentComponent) content: CoreSitePluginsPluginContentComponent;
|
||||||
|
|
Loading…
Reference in New Issue