This unpublished package (angular_components_example
) contains the
build.yaml
file that controls the code generation for the
AngularDart Components Gallery.
In particular, the build file configures the gallery homepage and specifies
which examples appear in the gallery.
Build the entire gallery from the examples/angular_components_example
directory.
pub run build_runner build --output <output directory>
Run a local development server with a file watcher and incremental rebuilds:
pub run build_runner serve web
Both of the build and serve commands will accept --release
to build
with dart2js instead of the default dartdevc.
Known Issues:
When building and viewing the gallery these issues are expected at this time:
-
Runtime Warning:
SEVERE: OverlayService must be a singleton: Check that there is no nested overlayBindings or popupBindings