This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ Firefox, and Safari.
5757
5858Get access to the core Material Design SASS files used to style these components
5959by copying them and importing
60- [ lib/src/css/_ mixins.scss] ( https://github.com/dart-lang/angular2_components /blob/master/lib/src/css/_mixins.scss )
60+ [ lib/src/css/_ mixins.scss] ( https://github.com/dart-lang/angular_components /blob/master/lib/src/css/_mixins.scss )
6161in your SASS files.
6262
6363
6464> NOTE: These .scss files are not used during the build step but we are planning
6565> to add this support. See
66- > [ issue #45 ] ( https://github.com/dart-lang/angular2_components /issues/45 ) .
66+ > [ issue #45 ] ( https://github.com/dart-lang/angular_components /issues/45 ) .
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export '../../laminate/popup/popup.dart' show PopupSourceDirective;
2727/// - Popups closing and opening are automatically delayed to add animations
2828/// - An additional event, `animationComplete` , is available.
2929/// - Take advantage of enforceSpaceConstraints defined in
30- /// [PopupInterface] (https://github.com/dart-lang/angular2_components /tree/master/lib/src/laminate/components/popup/src/base.dart).
30+ /// [PopupInterface] (https://github.com/dart-lang/angular_components /tree/master/lib/src/laminate/components/popup/src/base.dart).
3131///
3232/// This is useful if content size is such that adds scroll to the page.
3333/// - Even though this component supports [ChangeDetectionStrategy.OnPush]
Original file line number Diff line number Diff line change 1010/// - `MaterialPaperTooltipComponent`
1111/// - `MaterialTooltipSourceDirective`
1212///
13- /// see [module.dart] (https://github.com/dart-lang/angular2_components /blob/master/lib/src/components/material_tooltip/lib/module.dart)
13+ /// see [module.dart] (https://github.com/dart-lang/angular_components /blob/master/lib/src/components/material_tooltip/lib/module.dart)
1414/// for bindings which must be provided in app which use any Material Tooltip
1515/// component.
1616
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.4.1-beta
33description : >
44 The official Material Design components for AngularDart. Used at Google
55 in production apps.
6- homepage : https://github.com/dart-lang/angular2_components
6+ homepage : https://github.com/dart-lang/angular_components
77author :
Dart Team <[email protected] > 88environment :
99 sdk : ' >=1.22.0 <2.0.0'
You can’t perform that action at this time.
0 commit comments