Socket
Socket
Sign inDemoInstall

rxjs-in-action

Package Overview
Dependencies
108
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rxjs-in-action

The code sample repository for the RxJS in Action book


Version published
Maintainers
1
Created

Readme

Source

rxjs-in-action

Code sample repository

Adding new Examples

Add new examples unders the /examples directory. Each example should be organized under the sub-directory corresponding to its chapter and index.

i.e. Listing 2.3 => /examples/2/3

Each example can have three separate files, they should be labeled using the chapter and index

2_3.js 2_3.html 2_3.css

Currently you must also add a new selector option to the front-end as well. Go into index.html and add:

<option value="2.3">2.3</option>

This will allow the new sample to get picked up by the front end.

To start the server run:

npm install && npm install -g gulp && gulp

On subsequent runs (if all goes well) you can run just

gulp

Keywords

FAQs

Last updated on 06 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc