/// export function unknownPanelDirective() { return { restrict: 'E', template: `
Unknown panel type: {{panel.type}}
`, }; }