Skip to content
Fast and productive web framework provided by Dart
Branch: master
Clone or download
MichaelRFairhurst and alorenzen Tick salt.
I accidentally introduced a backwards incompatibility in the summary format.
Template URLs before the refactor were fully resolved before being stored in
summaries, and now they are stored as written and resolved at link time.

Unfortunately this means that previous summaries contain absolute URLs which
the new linker tries to resolve relative to the dart path and this fails,
resulting in HTML-file-not-found warnings. See b/132178022

Tick the salt to force the unlinked summaries to be recalculated to fix this
and ensure there are no other such issues.

PiperOrigin-RevId: 247068482
Latest commit 7e96695 May 7, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore(Repo): fix issue template typos Jun 8, 2018
_benchmarks chore(*): bump SDK constraint to allow use of UI-as-code language fea… May 1, 2019
_goldens refactor(*): Quick fixes to cleanup `DirectiveChangeDetector`. May 7, 2019
_tests Adds a test verifying "runAfterChangesObserved" runs in the NgZone, May 7, 2019
angular refactor(*): Quick fixes to cleanup `DirectiveChangeDetector`. May 7, 2019
angular_analyzer_plugin Tick salt. May 7, 2019
angular_ast Bump pubspecs for 6.0.0-alpha release May 6, 2019
angular_compiler refactor(*): Quick fixes to cleanup `DirectiveChangeDetector`. May 7, 2019
angular_forms Bump pubspecs for 6.0.0-alpha release May 6, 2019
angular_router Bump pubspecs for 6.0.0-alpha release May 6, 2019
angular_test Bump pubspecs for 6.0.0-alpha release May 6, 2019
dev chore(*): bump SDK constraint to allow use of UI-as-code language fea… May 1, 2019
doc analyzer_plugin: Move CHANGELOG and CURRENT_SUPPORT into g3doc/ folder. May 6, 2019
examples cleanup(i18n example): Remove unnecessary braces from interpolation. May 1, 2019
tool Roll testing infra Mar 12, 2019
.gitignore chore(Examples): update HNPWA cache timestamp Feb 20, 2019
.travis.yml Roll testing infra Mar 12, 2019
AUTHORS Project import generated by Copybara. Jun 28, 2017
CONTRIBUTING.md chore(Examples): Replace `hello_world` with `hello_world_no_reflector`. Apr 10, 2018
README.md Remove reference to material design codelab which is no longer available Sep 18, 2018
analysis_options.yaml refactor(Misc): Remove unnecessary lints. Mar 20, 2019
appveyor.yml Add a single package as a sniff test for Windows (AppVeyor). Mar 19, 2018
pubspec.yaml chore(*): bump SDK constraint to allow use of UI-as-code language fea… May 1, 2019

README.md

AngularDart Logo

AngularDart

Pub Package Build Status Gitter

AngularDart is a productive web application framework that powers some of Google's most critical applications. It's built on Dart and used extensively by Google AdWords, AdSense, Fiber, and many more projects.

Built with AngularDart

New to AngularDart?

Ramp up quickly with our docs, codelabs, and examples:

  • Go to Get Started for a quick introduction to creating and running AngularDart web apps.

  • Follow the AngularDart tutorial to build a fully working application that includes routing, HTTP networking, and more.

You may also be interested in other codelabs and a set of community contributed tutorials.

Resources

You can’t perform that action at this time.