angular.dart seems to be slow
问题 I am trying angular.dart and saw that its slow. When am html page is loaded containing angular, angular directive is seen first, which are then converted appropriately. Shouldn't it be converted instantaneously and the user should not see whether we are using angular ? <!DOCTYPE html> <html ng-app> <head> <title>Hello, World!</title> </head> <body> <h3>Hello {{name}}!</h3> name: <input type="text" ng-model="name"> <script type="application/dart" src="main.dart"></script> <script type="text