Skip to content

Importing error with angular 5 prod build #13

Description

@sukhdevsinghsaggar

I am importing the module like -

app.module.ts

`import {CountDown} from 'ng4-date-countdown-timer';`
declarations: [
    .. ,
    CountDown
]

While running the ng build --prod command it is giving me the following error -

ERROR in : Unexpected value 'CountDown in /home/jayanth/Documents/Workspace/sozial-front/node_modules/ng4-date-countdown-timer/dist/countdown.d.ts' declared by the module 'AppModule in /home/jayanth/Documents/Workspace/sozial-front/src/app/app.module.ts'. Please add a @Pipe/@Directive/@Component annotation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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