Skip to content

Commit 90abddf

Browse files
committed
Add deprecation notice
1 parent 2274562 commit 90abddf

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

_posts/2018-11-04-ng2-stomp-with-angular7.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: single
3-
title: 'ng2-stompjs with Angular 7'
3+
title: '*Depcrecated* ng2-stompjs with Angular 7'
44
date: 2018-11-04 17:27:13 +0530
55
categories: guide ng2-stompjs
66
toc: true
@@ -10,6 +10,10 @@ redirect_from:
1010
- /guide/ng2-stompjs/2018/11/05/ng2-stomp-with-angular7.html
1111
---
1212

13+
***Depcrecated: ng2-stompjs does not work well with Angular version 10 or above.
14+
Please use [rx-stomp] - see newer guide
15+
[rx-stomp with Angular]({% link _posts/2022-03-02-rx-stomp-with-angular.md %}).***
16+
1317
This step by step guide will create a new Angular application
1418
and demonstrate usage of ng2-stompjs.
1519

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ suitable to be used by Angular (2+).
2121
Please try the following guides:
2222

2323
- [Using StompJS] - a step by step guide.
24-
- [Using rx-stomp with Angular] - originally written for Angular13,
24+
- [Using rx-stomp with Angular] - Preferred, originally written for Angular13,
2525
should work with Angular 8+.
26-
- [Using ng2-stompjs with Angular] - originally written for Angular7,
27-
recently tested with Angular.
26+
- [Using ng2-stompjs with Angular] - Deprecated, originally written for Angular7,
27+
last tested with Angular 9.
2828
Many concepts apply to [rx-stomp] as well.
2929
- Guide to [Connection status in ng2-stompjs].
3030

0 commit comments

Comments
 (0)