Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Feedback Form 03.2019 #1570

Open
Open
@tsonevn

Description

@tsonevn

Does not outline how the component will know which template to use.

e.g.
Not working

httpModule.getJSON("https://httpbin.org/get").then((r) => {
}, (e) => {
});

Working

httpModule.getJSON("https://httpbin.org/get").then((r) => {
}).catch(e => {
});

the schematic names that can be used in tns generate

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions