angular
angular copied to clipboard
Fast and productive web framework provided by Dart
I'd like to propose having something like the following class available: ```dart import 'package:meta/meta.dart'; @sealed class AppOverrides { final bool enableTestability; const AppOverrides({ this.enableTestability = true, }); } ``` ......
I have this element in my template: ```html ... ``` Let's put aside it's not especially elegant :-) Class "border" never shows up, even when the condition is true. When...
**NOTE**: This interface requires Dart 2.0 for reified type parameters with generic methods. Since this is currently only implemented in _dartdevc_ we won't be landing this change to replace the...
Simple component: ```dart @Component(selector: 'my-app', template: '', styles: [':host { width: 1e-9px; }']) class AppComponent {} ``` Results of generated css: ```dart // style.css.dart final List styles = [':host {\n...
This one has a bit of a story! Basically what I have observed is that having a bit of specially prepared dead code influences the compilation/optimization process of dart2js in...
I have a Component which is used as a “redirection route”. The purpose of the component is to load another component (in this code sample `InnerComponent`). If loading that component...
Will the documentation be updated? for example, gRPC-web.
Documentation: https://angular.io/api/core/Testability#whenstable AngularJS method signature: https://github.com/angular/angular/blob/d1ea1f4c7f3358b730b0d94e65b00bc28cae279c/packages/core/src/testability/testability.ts#L198 AngularDart method signature: https://github.com/dart-lang/angular/blob/6b1137b927106a0c90447207345add5709acd7b0/angular/lib/src/core/testability/testability.dart#L73 Error message when trying to pass additional parameters: `Return Value: '{"message":"error registering callback for root: NoSuchMethodError: method not found: 'call'\nReceiver:...
Instead of copy/paste the "quickstart-master" folder, it would be nice if we have an Angular-CLI to do something like: `ngDart new project-name` Turn out we had one, but it's super...
* [x] Dart SDK Version Dart VM version: 2.8.4 (stable) (Wed Jun 3 12:26:04 2020 +0200) on "windows_x64" * [x] AngularDart Version ^6.0.0-alpha+1 * [x] Windows * [x] Chrome how...