docs: remove 'ui-jar' from Resources (#41552)
This commit removes 'ui-jar' from Resources, since it is not compatible with the latest versions of Angular. Fixes #41030 PR Close #41552
This commit is contained in:
parent
61bfa3d9df
commit
05cc3c8ee2
|
@ -253,12 +253,6 @@
|
|||
"logo": "https://nrwl.io/assets/nx-logo.png",
|
||||
"url": "https://nrwl.io/nx"
|
||||
},
|
||||
"uijar": {
|
||||
"desc": "A drop in module to automatically create a living style guide based on the test you write for your components.",
|
||||
"logo": "",
|
||||
"title": "UI-jar - Test Driven Style Guide Development",
|
||||
"url": "https://github.com/ui-jar/ui-jar"
|
||||
},
|
||||
"protractor": {
|
||||
"desc": "The official end to end testing framework for Angular applications.",
|
||||
"logo": "",
|
||||
|
|
Loading…
Reference in New Issue