Browse Source

Fix build and circular dependency.

pull/773/head
Sebastian 4 years ago
parent
commit
29ce204f30
  1. 3
      frontend/app/framework/angular/title.component.ts

3
frontend/app/framework/angular/title.component.ts

@ -9,8 +9,7 @@
import { ChangeDetectionStrategy, Component, Input, OnChanges, OnDestroy } from '@angular/core'; import { ChangeDetectionStrategy, Component, Input, OnChanges, OnDestroy } from '@angular/core';
import { ActivatedRoute, Router } from '@angular/router'; import { ActivatedRoute, Router } from '@angular/router';
import { TitleService } from '@app/framework/internal'; import { TitleService, Types } from '@app/framework/internal';
import { Types } from '@app/shared';
@Component({ @Component({
selector: 'sqx-title[message]', selector: 'sqx-title[message]',

Loading…
Cancel
Save