angular
angular copied to clipboard
Fast and productive web framework provided by Dart
I am using a frontend framework and js interop in my app. Since my upgrade to latest version with NNBD support, I am seeing errors on this kind of HTML;...
where can find the latest document? * [ ] Dart SDK Version (`dart --version`) * [ ] AngularDart Version (i.e. `4.0.0`, `5.0.0-alpha+5`, `MASTER`) * [ ] Whether you are using...
I think it's fitting to express my gratitude with the release of 7.0.0 This is to everyone to created, maintained or contributed Angular Dart and it's libraries: ## THANK YOU...
Hello, Thanks for the hard work with Angular! We really like this project. We have an internal (for now) version of Angular that has some tweaks and we will start...
Dart SDK Version: 2.14.2 AngularDart Version: 7.0.0 The `security` module seems to have vanished starting from 7.0.0. I'm looking for DomSanitizationService in particular, is this feature still available in 7.0?
None of the recent versions of the Angular package are compatible with the latest version of the Analyzer package `0.39.2+1`. `pub get update` shows: > Because angular >= depends on...
I was searching for documentation for the Component class, and ran into several broken links. From this page: https://angulardart.dev/api, clicking on any of those libraries, returns a 404. Removing the...
For example: ```html Sponsored by: ``` ```dart @ViewChild('currentAd', read: ViewContainerRef) ViewContainerRef currentAd; ``` Could be simplified to: ```dart @ViewChild('currentAd') ViewContainerRef currentAd; ``` I'd love to simplify it further to just...
Not sure If I am correct, I also find it hard to understand on how to correctly implements custom value accessor. Did you try to bind NgControl to you ValueAccessor...
I am having this problem even though I created the "ContentEditableDirective" directive and implementing the "ControlValueAccessor" As can be seen below ```console EXCEPTION: Assertion failed: org-dartlang-app:///packages/angular_forms/src/directives/shared.dart:25:7 dir.valueAccessor != null "No...