Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Latest commit

 

History

History

angular_components_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

Build the entire gallery from the examples/angular_components_example directory.

pub run build_runner build --output <output directory>

Serve

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