У меня есть репозиторий в github, который вы можете увидеть здесь , и я пытаюсь включить плющ, но пока безуспешно.
Отображаемая ошибка:
ERROR in src/app/shared/modules/firebase.module.ts(7,12): error TS-991010: Value at position 0 in the NgModule.importss of FirebaseModule is not a reference: [object Object]
node_modules/@ismaestro/ngx-scroll-to-first-invalid/ngx-scroll-to-first-invalid.module.d.ts(1,22): error TS-996002: Appears in the NgModule.imports of SharedModule, but could not be resolved to an NgModule class
node_modules/@ismaestro/ngx-scroll-to-first-invalid/ngx-scroll-to-first-invalid.module.d.ts(1,22): error TS-996003: Appears in the NgModule.exports of SharedModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class
src/app/shared/shared.module.ts(58,14): error TS-996002: Appears in the NgModule.imports of HeroesModule, but itself has errors
src/app/shared/modules/firebase.module.ts(18,14): error TS-996002: Appears in the NgModule.imports of AppBrowserModule, but could not be resolved to an NgModule class
src/app/shared/shared.module.ts(58,14): error TS-996002: Appears in the NgModule.imports of AppBrowserModule, but itself has errors
src/app/app.browser.module.ts(71,14): error TS-996002: Appears in the NgModule.imports of AppServerModule, but itself has errors
Шаги для воспроизведения:
- Клонирование репо: https://github.com/Ismaestro/angular8-example-app.git.
В этом файле tsconfig.browser.ts включить Ivyвот так:
"angularCompilerOptions": {
"enableIvy": true
}
Запуск:
npm i
npm start
Понятия не имею, что делать ...: D
Спасибо !!
Исма