File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ List of 300 VueJS Interview Questions
8484| 75 | [ What is the difference between VueJS and ReactJS?] ( #what-is-the-difference-between-vuejs-and-reactjs ) |
8585| 76 | [ What are the advantages of VueJS over ReactJS?] ( #what-are-the-advantages-of-vuejs-over-reactjs ) |
8686| 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 ) |
8888| 79 | [ What are dynamic components?] ( #what-are-dynamic-components ) |
8989| 80 | [ What is the purpose of keep alive tag?] ( #what-is-the-purpose-of-keep-alive-tag ) |
9090| 81 | [ What are async components?] ( #what-are-async-components ) |
@@ -2098,12 +2098,12 @@ List of 300 VueJS Interview Questions
20982098
20992099 **[⬆ Back to Top](#table-of-contents)**
21002100
2101- 78. ### What are the differences between VueJS and AngularJS ?
2101+ 78. ### What are the differences between VueJS and Angular ?
21022102 The the syntax of Vue and Angular is common at some points because Angular is the basis for VueJS development in the beginning.
21032103
21042104 But there are many differences between VueJS and Angular as listed,
21052105
2106- | Feature | VueJS | AngularJS |
2106+ | Feature | VueJS | Angular |
21072107 |---- | --------- | ---- |
21082108 | Complexity | Easy to learn, simple API and design | The framework is bit huge and need some learning curve on typescript etc |
21092109 | Binding of Data | One-way binding | Two-way binding |
You can’t perform that action at this time.
0 commit comments