source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/operators/publishBehavior.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 251 bytes |
Line | |
---|---|
1 | import { BehaviorSubject } from '../BehaviorSubject'; |
2 | import { multicast } from './multicast'; |
3 | export function publishBehavior(value) { |
4 | return (source) => multicast(new BehaviorSubject(value))(source); |
5 | } |
6 | //# sourceMappingURL=publishBehavior.js.map |
Note:
See TracBrowser
for help on using the repository browser.