Skip to content

AttributeMetadata symbols import problem #255

@piotrmrozit

Description

@piotrmrozit

Hi,

I have a problem with import symbols to AttributeMetadata after update to version 8.2.1:
I try:

1: import {AttributeMetadata} from 'angular2-jsonapi/esm2015/constants/symbols';

give me error:
"TS7016: Could not find a declaration file for module 'angular2-jsonapi/esm2015/constants/symbols'..."

2: import {AttributeMetadata} from 'angular2-jsonapi/constants/symbols';

give me error in angular 8 compile
"Module not found: Error: Can't resolve 'angular2-jsonapi/constants/symbols'"

In version 8.2.1, angular2-jsonapi no folder "dist"...
How do I import symbols? Did anyone have a similar problem.

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