Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch upstream #1

Open
wants to merge 505 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
505 commits
Select commit Hold shift + click to select a range
f22ee76
Pass aria-describedby through material-dropdown-select to its dropdow…
a-googler Apr 17, 2019
61b4109
Don't add tabindex of 0 to scoreboard elements if they are not select…
a-googler Apr 17, 2019
4e367ac
Change SelectionModel.isSingleSelect from a field to an abstract getter.
a-googler Apr 17, 2019
ffc8382
Updates FocusItemDirective and FocusListDirective to work consistentl…
jbdeboer Apr 17, 2019
11a0f51
Lints: fix violations of lint: curly braces in flow control structures
dramos07 Apr 17, 2019
24219cc
Add a missing super.dispose() call to `_StreamSelectionOptions`
camsteffen Apr 18, 2019
cf6bf39
Use GPU accelerated CSS translate rather than 2D translate, in order …
a-googler Apr 18, 2019
b34465c
Added Aria-DescribedBy for Yes No Buttons
a-googler Apr 18, 2019
dbc4d9c
Move @mustCallSuper from the Disposable interface to Disposer.
srawlins Apr 19, 2019
967171d
COPYBARA CHANGE FOR https://github.com/google/charts/pull/360
lejard-h Apr 19, 2019
f2bd175
Add checkbox-no-margin to ACX
a-googler Apr 19, 2019
45cff42
Fix memory leak in material popup.
a-googler Apr 19, 2019
a15badf
Moves the "late update" logic in MaterialRadioGroupComponent to _ngZo…
jbdeboer Apr 19, 2019
3cde248
Prevent scroll host from trying to add events to a closed StreamContr…
a-googler Apr 19, 2019
e56fa5b
Add mixin to adjust ink tooltip (<material-tooltip-text> or [material…
a-googler Apr 22, 2019
43609ad
Add "loadMore" callback input to ScrollableCardsComponent.
a-googler Apr 22, 2019
df124fb
Created button-text-capitalize mixin.
a-googler Apr 22, 2019
441a07e
Moves the "late update" logic in MaterialRadioGroupComponent to _ngZo…
a-googler Apr 23, 2019
d7ef0a5
Only fire events and DOM changes on on-target TransitionEnd events.
a-googler Apr 23, 2019
a84388b
simplified logic for material-expansionpanel focus handling
ddaghan Apr 23, 2019
d07031e
Add FocusableMixin to material date range picker.
a-googler Apr 24, 2019
f39f1f1
G4 rollback of changelist 243398462.
a-googler Apr 24, 2019
9f2e1a5
Run transitionEnd events outside of Angular to avoid unecessary chang…
a-googler Apr 24, 2019
689efaf
Material Expansionpanel has now support for an input parameter to focus.
ddaghan Apr 25, 2019
304d5ac
Material Input: add a mixin to change bottom section width.
a-googler Apr 25, 2019
93fe99d
Make the new trigger logic the default for popups. This ignores drag …
TedSander Apr 25, 2019
8be3572
Add aria-controls attribute.
a-googler Apr 29, 2019
d10248d
Mark for change detection, after handling event from deferred content…
tijoforyou May 1, 2019
7979738
This CL updates the nested-material-tree-item-style mixin to use ::ng…
a-googler May 1, 2019
b7f98b0
Allow the planning target to be set even if the user does not blur
a-googler May 1, 2019
23b8da9
Expose autocomplete to inner input for Material Input.
a-googler May 2, 2019
327f9d9
Fix a issue where CMD + scroll does not work on Mac platform.
a-googler May 2, 2019
9200cd0
Collect more precise types for @inputs and @outputs
nshahan May 3, 2019
2964dcb
Add content-margin mixin to Material Radio
a-googler May 3, 2019
2794888
[Material tree] Introduce a [allowDeselectInHierarchy] configuration …
a-googler May 3, 2019
bad41bc
Add Material-Dialog footer justify-content mixin
a-googler May 4, 2019
cc05d53
[CM Editing] (No-op) Added "Module" style provider for several time z…
a-googler May 6, 2019
380d873
Fix an issue on material stepper where when activeStepIndex is set to…
a-googler May 6, 2019
a869a64
Fix two typos
a-googler May 8, 2019
5dee017
Bumping markdown Dart package to 2.0.3.
srawlins May 8, 2019
946a961
A11Y for the Material Paper Tooltip
a-googler May 9, 2019
f97c98c
Explicitly type, parameter annotated with @Attribute, as String.
tijoforyou May 10, 2019
f92f1d5
Use the named providers instead of the soft deprecated provide(...) a…
tijoforyou May 10, 2019
1d36070
Remove usages of deprecated getBool from menu_select.dart
tijoforyou May 10, 2019
a65c18e
Remove usages of deprecated getBool from menu_item_groups.dart, menu_…
tijoforyou May 10, 2019
0fe225d
Remove usages of deprecated getBool from menu_suggest_input.dart
tijoforyou May 10, 2019
7d4b944
Remove usages of deprecated getBool from material_stepper library
tijoforyou May 13, 2019
ba668f0
Import from MDC Web
a-googler May 14, 2019
e5c0bbd
cleanup: Try replacing ".detectChanges()" with ".runAfterChanges...".
matanlurey May 14, 2019
1f36b30
A11y for Material Tooltip
a-googler May 14, 2019
1f8212b
Fix Dart lint `avoid_single_cascade_in_expression_statements` in prep…
cpelling May 15, 2019
128ccfd
This LSC removes now-unnecessary "new" dart keywords across google3.
dramos07 May 15, 2019
cae773b
Add a <T> to the insertComponent method of AcxImperativeViewUtils.
tijoforyou May 16, 2019
272de14
rollback of changelist 247514626.
TedSander May 16, 2019
aeca642
Add popupClass and buttonAriaLabelledBy inputs to the DropdownMenuCom…
a-googler May 16, 2019
588e913
Add a mixin for setting the color of a selected menu item's backgroun…
a-googler May 16, 2019
26f468d
Add two mixins to material select for setting the color of the items
a-googler May 17, 2019
3dd95ab
Added attributes for the example so that screen reader will read ever…
a-googler May 17, 2019
2936aee
Add the ability to ignore up and down keys (for moving focus around w…
a-googler May 22, 2019
ada38a9
Add `hasListener` property to `ObservableReference`.
a-googler May 22, 2019
4bf71f7
Make the customizable/scrolling material tab ignore up and down arrow…
a-googler May 22, 2019
828cb5a
Update all components to use ref="noopener noreferrer" for target="_b…
May 23, 2019
3ccf000
Stop using deprecated analyzer API left over from "UI as code" migrat…
stereotype441 May 23, 2019
29714a2
Add mixins for styling trailingText.
a-googler May 24, 2019
fa21ccd
Add aria-controls to Material Auto Suggest input to complete a11y gui…
a-googler May 24, 2019
3d2bbb7
Move ViewChild focusable to base class as the annotation can now be i…
TedSander May 28, 2019
ed127cb
Make material radio group actually listen to changes to the value model.
a-googler May 28, 2019
6e633ce
Bump analyzer dependency since common_extractors.dart uses analyzer 0…
stereotype441 May 29, 2019
3751e57
This LSC removes redundant "const" dart keywords across google3.
dramos07 May 30, 2019
76cc781
Preventing wordwrap for range-title
a-googler May 30, 2019
1f05c84
Expand build_config constraints
jakemac53 May 30, 2019
7f7d9a2
Fix comment typo.
a-googler May 31, 2019
37b2b4b
Prep to publish angular_components v0.14.0-alpha
nshahan May 31, 2019
f85ea22
switch mat-icon-image to always inline.
har79 Jun 3, 2019
6b4835d
restrict line length in gallery to improve readability.
har79 Jun 3, 2019
9790868
Remove expression value in sass variables gallery docs.
har79 Jun 3, 2019
439bc2f
add support for Sass library docs to gallery.
har79 Jun 3, 2019
3317190
Add support for groups to gallery.
har79 Jun 3, 2019
12566ac
change TOC section from "Dart Docs" to just "Docs".
har79 Jun 3, 2019
39fbbda
[a11y] Specify role="none" on buttonDecorator for MenuItemGroups when…
a-googler Jun 3, 2019
1b72884
add group breadcrumb to page header.
har79 Jun 4, 2019
dc426b0
extract sass section header from file name.
har79 Jun 4, 2019
165aacb
Remove $mat-option-inline-icons.
har79 Jun 4, 2019
06d4386
Mixin for next-prev-button margin and removing the space between the …
a-googler Jun 4, 2019
b3ed281
Use border instead of background-color for the selected-accent in mat…
a-googler Jun 4, 2019
fc96d9e
Give focused material menu item the same grey background as the activ…
a-googler Jun 4, 2019
5f1ab00
Switch to attr.if syntax for hasIcon attribute
a-googler Jun 5, 2019
75c436c
Add Material-Dialog footer margin mixin
a-googler Jun 6, 2019
51395f1
remove obsolete mat-icon-image mixin.
har79 Jun 6, 2019
9884747
[A11y] : input fields has an indication to the allowed text size limi…
a-googler Jun 6, 2019
f32848b
Increase the color ratio for the apply/cancel button on the datepicke…
TedSander Jun 7, 2019
ce80352
Small docstring typo fix in multiline material input
a-googler Jun 7, 2019
f040c6b
Add subtract method to the Date class to make it clearer that subtrac…
a-googler Jun 7, 2019
b7d186e
Set tabbable tab to always be activeTab for fixed material tab strip.
a-googler Jun 7, 2019
4d0065b
Migrate event handlers with multiple statements to component methods
leonsenft Jun 7, 2019
68bdf46
Change role of material input from attribute to @input.
a-googler Jun 7, 2019
3578eef
Migrate event handlers with multiple statements to component methods
leonsenft Jun 7, 2019
4acccd2
Project import generated by Copybara. Hand-tweaked to build.
a-googler Jun 8, 2019
1810121
Comply with strict-raw-types in laminate.
srawlins Jun 10, 2019
dd583c6
Lints: fix violations of go/lint-dart-prefer-initializing-formals bef…
dramos07 Jun 10, 2019
c44c46e
Use type promotion instead of dynamic dispatch to update a RendersVal…
leonsenft Jun 10, 2019
e20519c
Correct types of Streams and Controllers in DomRuler and DomService.
srawlins Jun 11, 2019
6c6f7a5
Fix deferred content within icon_tooltip. Currently DeferredContentDi…
a-googler Jun 11, 2019
0b7b78b
adds a CSS class .ltr so that material input can set
a-googler Jun 11, 2019
a00fef7
Add ariaLabel input to material-popup
a-googler Jun 11, 2019
260f2d7
Make a private field final.
tijoforyou Jun 12, 2019
1b20359
Comply with strict-raw-types in utils/async.
srawlins Jun 12, 2019
debb16d
Comply with strict-raw-types in disposer, and delete unused disposeTe…
srawlins Jun 12, 2019
e8a4e14
Set tabbable tab to be active tab for scrolling material tab strip.
a-googler Jun 13, 2019
c2eebb0
Add yesText field to MaterialStepperComponent
a-googler Jun 13, 2019
4201a5a
Lints: fix violations of go/lint-dart-prefer-collection-literals befo…
dramos07 Jun 17, 2019
44d144b
Allow TimePicker to pick times using specified increments.
a-googler Jun 17, 2019
0192365
handles press ESC button when date picker is visible.
a-googler Jun 17, 2019
e7d6f90
Add in a mixin to make the content in the submission tabs appear like…
a-googler Jun 17, 2019
59515bb
improve allow-text-wrap mixin.
har79 Jun 18, 2019
1a9bb88
Lints: fix violations of go/lint-dart-prefer-final-fields before it i…
dramos07 Jun 18, 2019
5185761
Add a mixin for adding ellipsis to overflowing dropdown select items.
a-googler Jun 18, 2019
2b6ab34
Allow DateTimePicker to pick times using specified increments.
a-googler Jun 18, 2019
d474cc9
Lints: fix violations of go/lint-dart-prefer-final-fields before it i…
dramos07 Jun 18, 2019
cbc842f
Type the percentErrorRenderer @Input of MaterialPercentInputDirective…
tijoforyou Jun 19, 2019
fd84455
Add a mixin for adding ellipsis to overflowing menu items.
a-googler Jun 19, 2019
3fdb669
Refactor material input to hoist common classes.
TedSander Jun 20, 2019
60f1722
rename allow-text-wrap and switch break-word default.
har79 Jun 20, 2019
c5388b6
Lints: fix violations of go/lint-dart-prefer-collection-literals befo…
dramos07 Jun 20, 2019
0b56be4
Remove comparesTo*.
srawlins Jun 22, 2019
34e42be
Sticky Controller: Properly remove items when invoking StickyContaine…
a-googler Jun 24, 2019
2168818
Run `dartfmt --fix` and `tidy_dart`.
tijoforyou Jun 24, 2019
2d34394
Improve the expansion panel accessibility.
a-googler Jun 24, 2019
19590f4
Run `tidy_dart` followed by `dartfmt --fix`.
tijoforyou Jun 24, 2019
5129e4e
Add material-tap-strip mixin to apply text transform to tab panels
a-googler Jun 24, 2019
bd37e3e
Some readability fixes for model.
tijoforyou Jun 25, 2019
9f18851
Some readability fixes for utils.
tijoforyou Jun 25, 2019
15a2228
Stop event propagation when key nav events are handled in auto sugges…
Jun 25, 2019
e122419
Some readability fixes.
tijoforyou Jun 27, 2019
8e5e6d7
Some readability fixes material_datepicker/...
tijoforyou Jun 27, 2019
f4ffe25
Add mixin to add a custom outline to the existing material_select.
a-googler Jun 27, 2019
2d5ff30
Comply with strict-raw-types in async model.
srawlins Jun 27, 2019
cfb37ec
Allow material-auto-suggest-input to work within components using Cha…
a-googler Jun 27, 2019
579414c
Add focusItem directive to material-select-items in the date range ed…
rkj Jun 27, 2019
70eb37e
Auto-activate FAB menu items when a screen reader triggers the fab.
a-googler Jun 27, 2019
c529e86
Fix the a11y role for the date range preset list,
rkj Jun 27, 2019
a9839b7
Comply with strict-raw-types in gallery.
srawlins Jun 28, 2019
76f9fba
Add button-padding mixin that will allow the padding to be changed on…
TedSander Jul 1, 2019
c70aa6c
MenuItemGroups: only auto focus an active item when it exists
a-googler Jul 1, 2019
f71a625
Add flag for allowParentMultiSelection.
a-googler Jul 1, 2019
983915b
Show the basic option for date picker in the gallery.
rkj Jul 1, 2019
61248e1
Increase the specificity of the fab-custom-size mixin so that it will…
TedSander Jul 1, 2019
97a9b3f
Reformat.
nshahan Jul 1, 2019
cb61019
Add a vertical-align mixin for buttons.
TedSander Jul 1, 2019
37886bb
remove text-transform in button mixin
a-googler Jul 1, 2019
b8a8733
Use NgZone directly instead of ManagedZone in date_range_editor
rkj Jul 2, 2019
cda6bca
explicitly mark "core" mixins that aren't maintained as deprecated wi…
har79 Jul 2, 2019
3392ad3
Make save and cancel buttons focus style distinguishable on windows h…
ddaghan Jul 2, 2019
940e5f8
Add type annotation to the `_direction` variable.
tijoforyou Jul 2, 2019
2175c2e
Use nullable access to the dropdown, as it is passed optionally in me…
rkj Jul 2, 2019
0f245d5
Add input to material stepper to keep inactive steps in DOM.
matgray Jul 3, 2019
de251cb
Automated g4 rollback of changelist 256282183.
a-googler Jul 3, 2019
104b6a3
Change the controller to async in date-range-editor:
rkj Jul 8, 2019
730d437
Automated g4 rollback of changelist 257070750.
rkj Jul 9, 2019
ec8ca60
Move focus-trap outside of the menu-item-groups.
rkj Jul 9, 2019
101ac7c
Change DynamicComponent to use ComponentRef.update().
alorenzen Jul 10, 2019
f4bf902
Initialize MenuItem's action in the initialization list.
rkj Jul 11, 2019
a96fb08
Encapsulate the popup class name in menu popup
a-googler Jul 11, 2019
9e5af63
Import of PR #4880:
a-googler Jul 11, 2019
ed96966
Allow material expansion panel to accomodate contents taller than the…
a-googler Jul 12, 2019
9f7e55e
Add TODO with a bug to flip flag to sync.
rkj Jul 12, 2019
9208ea8
Add input to material stepper to keep inactive steps in DOM. Clean u…
matgray Jul 12, 2019
30646bd
Use menu-item-groups to render the presets menu for improved accessib…
rkj Jul 16, 2019
a5ff28e
Make component with height 0 not sticky.
a-googler Jul 16, 2019
7239900
Document that isTouchInterface isn't a reliable check for touch support
a-googler Jul 17, 2019
5789bf0
Updates slider styling.
a-googler Jul 17, 2019
2e43502
Extract the position setting for animated label text in material inpu…
a-googler Jul 17, 2019
223ae46
Add option to disable GestureListener in ScrollHost
a-googler Jul 18, 2019
1b5b3b5
Modifies material-slider to support 2 sided slider.
a-googler Jul 18, 2019
809e6c7
Internal changes
a-googler Jul 19, 2019
136d446
Add partially complete state to material stepper
matgray Jul 19, 2019
958bb0c
Internal changes
a-googler Jul 19, 2019
a62f6ac
Remove legacy style encapsulation from material-button
TedSander Jul 22, 2019
fb3eaed
Add menu item affix for rendering deprecation warning in material menu.
a-googler Jul 22, 2019
4c39073
Automated g4 rollback of changelist 259425716.
a-googler Jul 23, 2019
66e9984
rename palette.dart to material_chart_colors.dart
har79 Jul 23, 2019
9cfe369
Add a way to pass context to the MenuItem action.
rkj Jul 24, 2019
3c0c909
Use "OnPush" change detection
leonsenft Jul 24, 2019
2700c1f
Remove the type="text/css" from the link tag.
tijoforyou Jul 24, 2019
b2f5a9f
Add tooltip multi-sections mixin to material_tooltip directory.
a-googler Jul 24, 2019
3fd5bcc
Add requirement that itemRenderer can't have side effects or it's ide…
TedSander Jul 25, 2019
2cf1208
Refactor material list styles
a-googler Jul 25, 2019
7b47ac5
Update the color of inactive stepper index and stepper edit icon to m…
a-googler Jul 26, 2019
0341813
Adds canClose boolean to material-temporary drawer which (if true) pr…
a-googler Jul 26, 2019
c6bca1f
Always keep a transparent scroll stroke to prevent dialog from shifting.
phantomesse Jul 26, 2019
fbf4abb
Add warning to the FactoryRenderer also.
TedSander Jul 26, 2019
a1ba7a0
Cleanup unused local variables
nshahan Jul 26, 2019
a09df6f
Prep to publish angular_components 0.14.0-alpha+1
nshahan Jul 26, 2019
21dd0ce
Update '.travis.yaml'
Oct 2, 2020
8a464d1
Update minimal SDK to 2.8.1
Oct 2, 2020
b377300
examples/material_input_example: set intl to ^0.16.0
Oct 2, 2020
dececf8
angular_gallery_section: set analyzer to ^0.39.8
Oct 2, 2020
3b023b9
gallery_info_builder.dart: get lib directly from rootLibrary
Oct 2, 2020
dac07f3
gallery_component.dart: remove unknown property 'linkUrl'
Oct 2, 2020
bf5dfa9
examples/material_datepicker_example: fix event binding
Oct 2, 2020
17efd44
date_range_editor.dart: remove unknown property 'popupHandle'
Oct 2, 2020
9919738
examples/material_popup_example: remove list literals
Oct 2, 2020
fab2250
examples/material_select_example: remove list literal
Oct 2, 2020
7096612
examples/simple_html_example: set intl to ^0.16.0
Oct 2, 2020
3def355
Bump angular_components version to 0.15.0-dev
Oct 2, 2020
c00d2a2
Override angular dependencies
Oct 2, 2020
e2c0592
Merge pull request #469 from lukaszkolodziejczyk/angular-6.0.0-dev
kevmoo Oct 6, 2020
63ffe2d
Fix dependencies
kevmoo Oct 6, 2020
cb3e083
Fix warning and error
kevmoo Oct 7, 2020
259039e
Update change detection on components
kevmoo Oct 6, 2020
f5b9445
Fix formatting
kevmoo Oct 6, 2020
14d7a7c
Update travis config
kevmoo Oct 6, 2020
b4e444b
Add missing OnPush settings (#474)
kevmoo Oct 7, 2020
bccbad3
Update dependencies on published angular packages (#475)
kevmoo Oct 8, 2020
a90c784
prepare to publish angular_components v1.0.0
kevmoo Oct 8, 2020
04c84c5
Update example pubspecs
kevmoo Oct 8, 2020
80b06c7
Update changelog
kevmoo Oct 8, 2020
a418b79
Fix insecure link in readme
kevmoo Oct 8, 2020
f56c31d
Update dependency on `package:protobuf` to `^1.0.0` (#477)
kevmoo Oct 8, 2020
1318999
Prepare to release v1.0.1
kevmoo Oct 8, 2020
6c52930
Update example angular_component dependency version
kevmoo Oct 8, 2020
78c02a2
Fix outdated URLs in examples
kevmoo Oct 8, 2020
74e0b00
Update a number of outdated URLs
kevmoo Oct 9, 2020
cb9650a
mono_repo self validate (#481)
kevmoo Oct 16, 2020
4248084
Change ChangeDetectionStrategy back to Default (#483)
Oct 20, 2020
f974012
Add mono_repo for all packages (#482)
kevmoo Oct 20, 2020
b3d891c
Prepare to release v1.0.2 (#484)
kevmoo Oct 20, 2020
70d20ae
Use up-to-date dart2js flags for gallery
kevmoo Oct 20, 2020
9d2bf72
Fixes to demo (#485)
kevmoo Oct 21, 2020
24ceece
Stronger analyzer checks on most packages (#486)
kevmoo Oct 21, 2020
98bba5d
gallery: update dependencies
kevmoo Oct 21, 2020
a2bec60
gallery section: support latest pkg:markdown
kevmoo Oct 21, 2020
935ad9a
Build angular_components_example with stable (#487)
kevmoo Oct 21, 2020
5f10fa9
Use latest mono_repo (#488)
kevmoo Oct 22, 2020
70172d2
Update link to AngularDart package in README (#489)
Nov 2, 2020
721c05d
Address new static analysis warnings (#490)
kevmoo Nov 3, 2020
7775cf2
Update links from github.com/dart-lang to github.com/angulardart
kevmoo Jan 5, 2021
6741ebd
Roll observable dependency
mit-mit Mar 23, 2021
dee16ae
Merge pull request #497 from mit-mit/rollobserv
mit-mit Mar 23, 2021
c30b0c7
fix example pubspec
kevmoo Mar 23, 2021
ea84813
github actions (#498)
kevmoo Mar 23, 2021
27fb8cc
Add weekly cron, update mono_repo generated files (#500)
kevmoo May 25, 2021
7a6fa76
Remove unneeded imports (#499)
kevmoo May 25, 2021
68931d3
Drop superfluous --fatal-warnings
kevmoo May 26, 2021
f798de0
update mono_repo
kevmoo Jun 4, 2021
8bd05b8
Update minimum SDK across packages (#503)
kevmoo Jun 4, 2021
1e718bf
latest mono_repo (#504)
kevmoo Jun 17, 2021
8c7288c
Use non-proprietary icon for reminder (#456)
shumingch Sep 20, 2021
e6d9f15
Update mono_repo, tested SDK versions, formatted code (#507)
kevmoo Sep 20, 2021
1f7d1a0
update gitter chat link
kevmoo Sep 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,074 changes: 1,074 additions & 0 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ testing policies make these widgets an excellent fit for projects using
[AngularDart].

[Material design]: https://material.io/guidelines
[AngularDart]: https://webdev.dartlang.org/angular
[AngularDart]: https://pub.dev/packages/angular
[applications]: https://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html
[AngularDart Components Gallery]: https://dart-lang.github.io/angular_components/
[AngularDart Components Gallery]: https://angulardart.github.io/angular_components/

The following packages provide the components as well as code generation for the
AngularDart Components gallery.

## [angular_components]&nbsp;[![Pub Package](https://img.shields.io/pub/v/angular_components.svg)](https://pub.dartlang.org/packages/angular_components)
## [angular_components]&nbsp;[![Pub Package](https://img.shields.io/pub/v/angular_components.svg)](https://pub.dev/packages/angular_components)

The actual components package that is published to pub.

Expand All @@ -36,13 +36,8 @@ Example packages for each of the components. Additionally, the
[examples/angular_components_example] subdirectory contains the base package
for building the AngularDart gallery.

[angular_components]: (https://github.com/dart-lang/angular_components/tree/master/angular_components)
[angular_gallery]: (https://github.com/dart-lang/angular_components/tree/master/angular_gallery)
[angular_gallery_section]: (https://github.com/dart-lang/angular_components/tree/master/angular_gallery_section)
[examples]: (https://github.com/dart-lang/angular_components/tree/master/examples)
[examples/angular_components_example]: (https://github.com/dart-lang/angular_components/tree/master/examples/angular_components_example)

## Project Roadmap

Our current work is summarized in the
[roadmap for this quarter](https://github.com/dart-lang/angular_components/issues/356).
[angular_components]: (https://github.com/angulardart/angular_components/tree/master/angular_components)
[angular_gallery]: (https://github.com/angulardart/angular_components/tree/master/angular_gallery)
[angular_gallery_section]: (https://github.com/angulardart/angular_components/tree/master/angular_gallery_section)
[examples]: (https://github.com/angulardart/angular_components/tree/master/examples)
[examples/angular_components_example]: (https://github.com/angulardart/angular_components/tree/master/examples/angular_components_example)
14 changes: 14 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
analyzer:
errors:
# Allow importing .template.dart files without an [explicit] analyzer error.
#uri_has_not_been_generated: ignore
# Ignore our own deprecated symbols (too noisy).
deprecated_member_use_from_same_package: ignore

linter:
rules:
- prefer_equal_for_default_values
- prefer_generic_function_type_aliases
- slash_for_doc_comments
- unnecessary_const
- unnecessary_new
Loading