@@ -84,7 +84,7 @@ List of 300 VueJS Interview Questions
84
84
| 75 | [ What is the difference between VueJS and ReactJS?] ( #what-is-the-difference-between-vuejs-and-reactjs ) |
85
85
| 76 | [ What are the advantages of VueJS over ReactJS?] ( #what-are-the-advantages-of-vuejs-over-reactjs ) |
86
86
| 77 | [ What are the advantages of ReactJS over VueJS?] ( #what-are-the-advantages-of-reactjs-over-vuejs ) |
87
- | 78 | [ What are the differences between VueJS and AngularJS ?] ( #What-are-the-differences-between-vuejs-and-angularjs ) |
87
+ | 78 | [ What are the differences between VueJS and Angular ?] ( #What-are-the-differences-between-vuejs-and-angular ) |
88
88
| 79 | [ What are dynamic components?] ( #what-are-dynamic-components ) |
89
89
| 80 | [ What is the purpose of keep alive tag?] ( #what-is-the-purpose-of-keep-alive-tag ) |
90
90
| 81 | [ What are async components?] ( #what-are-async-components ) |
@@ -2098,12 +2098,12 @@ List of 300 VueJS Interview Questions
2098
2098
2099
2099
**[⬆ Back to Top](#table-of-contents)**
2100
2100
2101
- 78. ### What are the differences between VueJS and AngularJS ?
2101
+ 78. ### What are the differences between VueJS and Angular ?
2102
2102
The the syntax of Vue and Angular is common at some points because Angular is the basis for VueJS development in the beginning.
2103
2103
2104
2104
But there are many differences between VueJS and Angular as listed,
2105
2105
2106
- | Feature | VueJS | AngularJS |
2106
+ | Feature | VueJS | Angular |
2107
2107
|---- | --------- | ---- |
2108
2108
| Complexity | Easy to learn, simple API and design | The framework is bit huge and need some learning curve on typescript etc |
2109
2109
| Binding of Data | One-way binding | Two-way binding |
0 commit comments