dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

Starting an angular application from a library is not supported #1334

Open vicb opened 10 years ago

vicb commented 10 years ago

/ref https://github.com/vsavkin/angulardart-sample-app/pull/20

The sample application from @vsavkin is using an uncommon pattern:

A user has reported an error with the latest version of angular. I've added a detailed description of the error in the initial bug report but the short version is that the library code, where the angular application is started is not transformed resulting in a dynamic version of the Application being used.

Do we want add support for this pattern to the transformer ?

Some thoughts:

mhevery commented 10 years ago

Low priority. We may chose to support it later.