File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Navigating through the API docs
2
2
3
+ These docs correspond to NPM released main line versions.
4
+ Please see [ dev docs] ( ../develop/ ) for development versions.
5
+
3
6
The API docs cover three libraries:
4
7
5
8
- @stomp/stompjs
6
9
- @stomp/rx-stomp - builds over @stomp/stompjs
7
10
- @stomp/ng2-stompjs - thin wrapper over @stomp/rx-stomp
8
11
9
12
The documentation for classes indicate which library each of the classes
10
- belong. See the [ guides] ( / ) for more information.
13
+ belong. See the [ guides] ( / ) for more information and tutorials.
14
+
15
+ These documents have been generated using [ Compodoc] ( https://compodoc.app/ ) .
11
16
12
17
## stompjs
13
18
@@ -34,4 +39,3 @@ Deprecated classes:
34
39
35
40
- [ StompRService] ( ./injectables/StompRService.html )
36
41
- [ StompService] ( ./injectables/StompService.html )
37
-
Original file line number Diff line number Diff line change 32
32
< div class ="content-data ">
33
33
34
34
< h1 id ="navigating-through-the-api-docs "> Navigating through the API docs</ h1 >
35
+ < p > These docs correspond to NPM released main line versions.
36
+ Please see < a href ="../develop/ "> dev docs</ a > for development versions.</ p >
35
37
< p > The API docs cover three libraries:</ p >
36
38
< ul >
37
39
< li > @stomp/stompjs</ li >
38
40
< li > @stomp/rx-stomp - builds over @stomp/stompjs</ li >
39
41
< li > @stomp/ng2-stompjs - thin wrapper over @stomp/rx-stomp</ li >
40
42
</ ul >
41
43
< p > The documentation for classes indicate which library each of the classes
42
- belong. See the < a href ="/ "> guides</ a > for more information.</ p >
44
+ belong. See the < a href ="/ "> guides</ a > for more information and tutorials.</ p >
45
+ < p > These documents have been generated using < a href ="https://compodoc.app/ "> Compodoc</ a > .</ p >
43
46
< h2 id ="stompjs "> stompjs</ h2 >
44
47
< p > Preferred entry point is < a href ="./classes/Client.html "> Client</ a > .
45
48
If you are using compatibility mode your entry point would be
You can’t perform that action at this time.
0 commit comments