angular
angular copied to clipboard
Fast and productive web framework provided by Dart
None of the recent versions of the Angular package are compatible with the latest version of the Intl package. Angular requires `intl: '>=0.13.0
Dart SDK Version: 2.4.0 AngularDart Version: 5.3.1 build_runner: 1.7.1 build_web_compilers: 2.5.1 I've created test repo for explanation: https://github.com/yury-yufimov/angular-ddc-example We have several repositories, that have different angular components. Due to https://dart.dev/tools/dartdevc/faq#how-are-the-modules-created...
* [ ] Dart SDK Version (`2.4.0`) * [ ] AngularDart Version (`5.3.1`) * [ ] Any OS * [ ] Any browser ---- **Problem:** I have code in angular...
I have added a comment to #1671 but I think this deserves a new issue. AngularDart doesn't currently support using components inside an SVG because the elements are inserted with...
Dart VM version: 2.3.0-dev.0.3 (Tue Apr 23 12:02:59 2019 -0700) on "macos_x64" AngularDart 5.3.0 AngularComponents 1.13.0 OSX Chrome We have built a VirtualScroll component similar to Android's RecyclerView. Our VirtualScroll...
There is a way to put an intercept or middleware on the Router to prevent unauthorized access without login, because having to implement a life cycle on each component to...
The link to the router example does not exist :disappointed: starting from https://angulardart.dev/note/router/migration https://github.com/dart-lang/angular/tree/master/angular_router/example gives a 404
Using `Dart 2.5.0`, `Angular 5.3`. Given the following component: ``` const MultiToken stringsToken = MultiToken("stringListToken"); @Component( selector: 'my-app', template: '{{ myStringValues.join(", ") }}', providers: [ ValueProvider.forToken(stringsToken, "one"), ValueProvider.forToken(stringsToken, "two"), ]...
Using * [2.1.0] Dart SDK Version (`dart --version`) * [5.2.0] AngularDart Version (i.e. `4.0.0`, `5.0.0-alpha+5`, `MASTER`) * [Windows 10 x64 ] Whether you are using Windows, macOS, or Linux (if...
Hi, the angular app has no problem at all before the upgrade. After upgrade to: ``` Dart: 2.2.1-dev.3.0 ``` and From ``` angular: ^5.2.0 angular_forms: ^2.1.1 build_runner: ^1.0.0 build_web_compilers: ^1.0.0...