Jul 25, 2017 · 1 min read
Hey, great info, thanks) Do you know the logic behind the structure of the rxjs npm package? For example, why the of operator is inside
import "rxjs/add/observable/of";and here
import { of } from "rxjs/observable/of";what does add mean?
