Skip to content

Demo project's failing after upgrading all @angular/* packages to ^5.0.3 #16

Description

@Kamilius

After upgrade of all @angular related packages to v5.0.3, demo project started to throw following error into dev tools console:
Uncaught Error: Unexpected value '[object Object]' imported by the module 'AppModule'. Please add a @NgModule annotation.

[object Object] is basically return of .forRoot() method, of library's root module, AppModule is a demo app root module.

Any ideas on how to deal with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions