Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Commit bc2c573

Browse files
authored
Updatge dependencies (#40)
Fix re-directing link. Remove unused directive from `MobileAppLayoutDemoComponent`.
1 parent 98e36fb commit bc2c573

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

lib/src/app_layout_demo/mobile_app_layout_demo.dart

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import 'package:angular_components/angular_components.dart';
1111
DeferredContentDirective,
1212
MaterialButtonComponent,
1313
MaterialIconComponent,
14-
MaterialPersistentDrawerDirective,
1514
MaterialTemporaryDrawerComponent,
1615
MaterialToggleComponent,
1716
],

lib/src/material_icon_demo/material_icon_demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>Basic Usage</h3>
1313
<material-icon icon="more_horiz"></material-icon>
1414

1515
<p>
16-
See <a href="https://www.google.com/design/icons/" target="_blank">available icons</a>.
16+
See <a href="https://material.io/icons/" target="_blank">available icons</a>.
1717
</p>
1818

1919
<h4>Using a string identifier</h4>

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages:
1212
name: angular
1313
url: "https://pub.dartlang.org"
1414
source: hosted
15-
version: "4.0.0-beta"
15+
version: "4.0.0"
1616
angular_compiler:
1717
description:
1818
name: angular_compiler
@@ -24,13 +24,13 @@ packages:
2424
name: angular_components
2525
url: "https://pub.dartlang.org"
2626
source: hosted
27-
version: "0.6.0-beta"
27+
version: "0.6.0"
2828
angular_forms:
2929
description:
3030
name: angular_forms
3131
url: "https://pub.dartlang.org"
3232
source: hosted
33-
version: "0.1.0"
33+
version: "1.0.0"
3434
archive:
3535
description:
3636
name: archive
@@ -198,7 +198,7 @@ packages:
198198
name: matcher
199199
url: "https://pub.dartlang.org"
200200
source: hosted
201-
version: "0.12.1+1"
201+
version: "0.12.1+2"
202202
meta:
203203
description:
204204
name: meta

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: An example app using the angular_components package.
33
environment:
44
sdk: '>=1.24.0 <2.0.0-dev.infinity'
55
dependencies:
6-
angular: 4.0.0-beta
7-
angular_components: 0.6.0-beta
6+
angular: ^4.0.0
7+
angular_components: ^0.6.0
88
browser: ^0.10.0
99
dart_to_js_script_rewriter: ^1.0.1
1010
dev_dependencies:

0 commit comments

Comments
 (0)