Last change
on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
598 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /*
|
---|
| 2 | NOTE: This is the global export file for rxjs v6 and higher.
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | /* rxjs */
|
---|
| 6 | export * from '../index';
|
---|
| 7 |
|
---|
| 8 | /* rxjs.operators */
|
---|
| 9 | import * as _operators from '../operators/index';
|
---|
| 10 | export const operators = _operators;
|
---|
| 11 |
|
---|
| 12 | /* rxjs.testing */
|
---|
| 13 | import * as _testing from '../testing/index';
|
---|
| 14 | export const testing = _testing;
|
---|
| 15 |
|
---|
| 16 | /* rxjs.ajax */
|
---|
| 17 | import * as _ajax from '../ajax/index';
|
---|
| 18 | export const ajax = _ajax;
|
---|
| 19 |
|
---|
| 20 | /* rxjs.webSocket */
|
---|
| 21 | import * as _webSocket from '../webSocket/index';
|
---|
| 22 | export const webSocket = _webSocket;
|
---|
| 23 |
|
---|
| 24 | /* rxjs.fetch */
|
---|
| 25 | import * as _fetch from '../fetch/index';
|
---|
| 26 | export const fetch = _fetch;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.