Skip to content

Commit 71cf3d1

Browse files
committed
wording about angular
1 parent 8eee5cf commit 71cf3d1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/guide/faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ order: 15
3939

4040
4. Vue.js has a clearer separation between directives and components. Directives are meant to encapsulate DOM manipulations only, while Components stand for a self-contained unit that has its own view and data logic. In Angular there's a lot of confusion between the two.
4141

42-
But also note:
43-
44-
1. Vue.js is a relatively young project and is not fully stable yet, while Angular is battle-proven and has a larger community. So if you want something for a large, serious production app you might want to pick Angular.
45-
46-
2. Vue.js only supports IE9 and above while Angular supports IE8. (Angular 2.0 is dropping IE8 as well)
42+
But also note that Vue.js is a relatively young project, while Angular is battle-proven, Google-sponsored, and has a larger community.
4743

4844
- **What makes Vue.js different from KnockoutJS?**
4945

0 commit comments

Comments
 (0)