Please refer to the wiki on how we plan to migrate angular_components
to null safety, or pick a random issue and start contributing!
I attempt to migrate it to null-safety little by little, perhaps one
dart
file every day.As the saying goes: a commit a day, keeps the doctor away.
Material design components for AngularDart. Originally written by Google, it has powered some of Google's most sophisticated and mission-critical applications.
The AngularDart Components Gallery contains live examples and documentation.
This productive and stable set of widgets, originally contributed to by hundreds of Googlers, make debugging and deploying your app easier. Strict latency and testing policies make these widgets an excellent fit for projects using AngularDart.
Disclaimer: This project is currently maintained by the community. This is not a Google product in any way, official or unofficial.
The following packages provide the components as well as code generation for the AngularDart Components gallery.
The actual components package that is published to pub. Obviously, the name
angular_components
is currently taken by the original package, so we had to
publish it under the name ngcomponents
, but in general we still call it
angular_components
^^
Code generators that create the gallery containing pages generated by the
angular_gallery_section
package.
Disclaimer: This project is currently maintained by the community. This is not a GoogleCode generators that create a gallery page containing documentation and examples
from a @GallerySectionConfig
annotation.
Example packages for each of the components. Additionally, the examples/angular_components_example subdirectory contains the base package for building the AngularDart gallery.