-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JQuery dependency no in packages or system config? #23
Comments
I assume this is a question about the SignalR work? |
Yes, sorry about that. I didn't realize you had other projects under the
same repo.
…On Aug 2, 2017 8:51 AM, "Sam Storie" ***@***.***> wrote:
I assume this is a question about the SignalR work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADRbUseB2N_REzs1lCB7ZAWfENkkTOuuks5sUHDkgaJpZM4OrAdO>
.
|
If memory serves me right, jquery is pulled in as a dependency of the signalr package, and referenced directly from node_modules in index.html. Does that help at all? |
OK. I guess I was trying to be a purist. I wanted to make sure since in
other projects I have had to specifically configure JQuery to run with
angular 2 / 4
…On Wed, Aug 2, 2017 at 8:58 AM, Sam Storie ***@***.***> wrote:
If memory serves me right, jquery is pulled in as a dependency of the signalr
package
<https://github.com/sstorie/experiments/blob/master/angular2-signalr/client/package.json#L30>,
and referenced directly from node_modules in index.html
<https://github.com/sstorie/experiments/blob/master/angular2-signalr/client/index.html#L17>
.
Does that help at all?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADRbUkGePMM1WXkfdpaiA77mT5mXQMnqks5sUHJ_gaJpZM4OrAdO>
.
|
Yeah, sorry I know that example hasn't been updated for quite some time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see JQuery setup as a dependency in the config or packages,json. Also, I do not see how signalr is supposed to be registered in the systemjs.config.js. Am I missing something?
The text was updated successfully, but these errors were encountered: