src/app/layout/default/header/components/fullscreen.component.ts
File was renamed from src/app/layout/header/components/fullscreen.component.ts @@ -5,7 +5,7 @@ selector: 'header-fullscreen', template: ` <i class="anticon anticon-{{status ? 'shrink' : 'arrows-alt'}}"></i> {{status ? 'fullscreen-exit' : 'fullscreen' | translate }} {{(status ? 'fullscreen-exit' : 'fullscreen') | translate }} ` }) export class HeaderFullScreenComponent {