ng2-signalr
angular2 - asp.net signalr library
File Explorer
Download Latest Version (.zip)- settings.json
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- signalr-module.ts
- connection.options.ts
- connection.status.ts
- connection.statuses.ts
- connection.transport.ts
- connection.transports.ts
- i.signalr.connection.ts
- signalr.connection.ts
- broadcast.event.listener.ts
- index.ts
- activated.route.mock.ts
- index.ts
- signalr.connection.mock.manager.ts
- signalr.connection.mock.ts
- signalr.configuration.ts
- signalr.module.ts
- signalr.ts
- constructor.spec.ts
- errors.spec.ts
- invoke.spec.ts
- status.spec.ts
- activated.route.mock.spec.ts
- broadcast.event.listener.spec.ts
- connection.status.spec.ts
- connection.statuses.spec.ts
- connection.transport.spec.ts
- connection.transports.spec.ts
- jConnection.stub.ts
- signalr.configuration.spec.ts
- signalr.connection.spec.ts
- signalr.spec.ts
- public-api.ts
- test.ts
- karma.conf.js
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- tslint.json
- .browserslistrc
- .editorconfig
- .gitignore
- .travis.yml
- angular.json
- CHANGELOG.md
- karma.conf.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/HNeukermans/ng2-signalr
Downloads the entire project code from GitHub to your computer.
cd ng2-signalr
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install ng2-signalr jquery signalr --save
Downloads and installs the libraries listed in package.json.
npm install jquery signalr expose-loader --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
