угловой 4. Не удается открыть приложение - PullRequest
0 голосов
/ 21 мая 2018

Я пытаюсь открыть свое угловое приложение и получаю следующую ошибку: enter image description here

Я пытался переустановить узлы модулей, очистить кэш npm, но это не помогло.URL-адрес localhost: 4200

Код от app.component.html

    <app-global-loader *ngIf="isLoading"></app-global-loader>
<main [class.menu-collapsed]="isMenuCollapsed" baThemeRun>
  <div class="additional-bg"></div>
  <app-header-component *ngIf="showMenu"></app-header-component>
  <app-content-component></app-content-component>
  <app-footer-component></app-footer-component>
</main>
...