RicoSuter/aurelia-bs

Problems using the same dialog module ID for demo and NPM

Open

#6 opened on Nov 10, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I could not find a way to use a single module ID for referencing dialogs. Currently I have try two IDs so that the dialog can be found in the demo app (hosted in the package) and as NPM package which is a little bit ugly and also shows compile errors when starting the demo:

https://github.com/RSuter/aurelia-bs/blob/master/src/dialog-service.ts#L42-L43

Contributor guide