Issue
I recently came across this term called angular dart. I am working with flutter so I thought to learn and develop web apps with flutter. While searching for that I came across this term AngularDart I am pretty confused about.
I need some clarification.
- What is AngularDart?
- Should I need to learn AngularJs to work in AngularDart?
- What are the prerequisites for learning AngularDart?
Solution
The main point you should know, is that there's AngularJS and Angular. Angular was a rewrite of AngularJS that was released in September 2016. Angular is usually written in Typescript, but you can also write it in Dart.
- AngularDart is Angular written in Dart
- AngularJS is totally different than Angular, and not related to AngularDart
- AngularDart website lays out the steps for getting started with it
Answered By - inorganik
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.