angulardart 9.3.2 copy "angulardart: ^9.3.2" to clipboard
angulardart: ^9.3.2 copied to clipboard

Community-maintained fork of Google's AngularDart framework. Fast and productive web framework for Dart 3.

example/README.md

An example of a simple "Hello World", using the normal bootstrap process.

Running locally #

To debug locally with DDC:

$ pub get
$ webdev serve

To debug locally with Dart2JS, minified:

$ pub get
$ webdev serve --release

Building a binary #

$ pub get
$ webdev build