sparkles-dev / sparkles

A web tech stack built on open source.
https://sparkles.dev
MIT License
2 stars 0 forks source link

fix: update to angular@9, nrwl@9 by yarn update #672

Open dherges opened 4 years ago

dherges commented 4 years ago
ERROR in apps/reframed/ping/src/app/app.module.ts:9:12 - error NG1010: Value at position 2 in the NgModule.imports of AppModule is not a reference: [object Object]

  9   imports: [
               ~
 10     BrowserModule,
    ~~~~~~~~~~~~~~~~~~
... 
 12     ReframedModule.forHost({ urlScheme: 'sp://', pathPrefix: '//localhost:4440/' })
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 13   ],
    ~~~