ngcomponents
Material Design components for AngularDart.
1.2.0
3.3K downloads/mo
#4494 most downloaded on pub.dev
angulardart-community/angular_components
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships on a steady schedule
a new release about every 6 months
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
5 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Nov 2021 to Apr 2023Releases
latest 5-
3.0.0-dev.108 Apr 2023 pre-release -
2.0.0-dev.109 Jun 2022 pre-releaseNothing published for this version
-
1.2.010 Oct 2022Release notes
Open source →Changed
- Use the new
ngdartinstead of the currently archivedangularpackage. - Specify Sass compilation style as
OutputStyle.compressedto suppress warnings from using default configurations.
- Use the new
-
1.1.008 Nov 2021Release notes
Open source →Breaking change
Note: all of these changes have been deprecated for a long time, so shouldn't have severe effects.
- Remove
componentRenderer,labelRendererandcomponentType. UselabelFactoryandfactoryRendererinstead. - Remove
ElementRef. Usedart:html.Element. For example, instead of writingcomponent.elementRef.nativeElement, usecomponent.element. - Remove
GlyphComponent. UseMaterialIconinstead. - Remove
MaterialInputComponent.checkValid. UseAngularFormsinstead. - Remove
MenuItem.action. UseMenuItem.actionWithContextinstead. - Remove
SelectionModel.withList. UseSelectionModel.singleorSelectionModel.multiinstead.
Changed
- Use
ChangeDetectionStrategy.onPushfor all components. - Change from
Observable<ChangeRecord>toPropertyChangeNotifier.
Removed
- Remove
Angular2ManagedZone. UseNgZoneinstead. - Remove
timeZoneAwareDatepickerProviders. Use `timeZoneAwareDatepickerModule instead.
- Remove
-
1.1.0+108 Nov 2021