Skip to content

Bad reference to "data/observable" #36

@Yamilquery

Description

@Yamilquery

They have a reference error in their plugin. Which does not allow compiling with WebPack AoT

This is the solution:

On login-event-data.d.ts

import { EventData } from "data/observable";

Replace By

import { EventData } from "tns-core-modules/data/observable";

On login-button.d.ts:

import { EventData } from "data/observable";

By:

import { EventData } from "tns-core-modules/data/observable";

I hope they can merge to master branch soon.

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions