This repository was archived by the owner on Sep 14, 2021. It is now read-only.
File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import 'package:angular_components/angular_components.dart';
11
11
DeferredContentDirective ,
12
12
MaterialButtonComponent ,
13
13
MaterialIconComponent ,
14
- MaterialPersistentDrawerDirective ,
15
14
MaterialTemporaryDrawerComponent ,
16
15
MaterialToggleComponent ,
17
16
],
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h3>Basic Usage</h3>
13
13
< material-icon icon ="more_horiz "> </ material-icon >
14
14
15
15
< 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 > .
17
17
</ p >
18
18
19
19
< h4 > Using a string identifier</ h4 >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages:
12
12
name: angular
13
13
url: "https://pub.dartlang.org"
14
14
source: hosted
15
- version: "4.0.0-beta "
15
+ version: "4.0.0"
16
16
angular_compiler:
17
17
description:
18
18
name: angular_compiler
@@ -24,13 +24,13 @@ packages:
24
24
name: angular_components
25
25
url: "https://pub.dartlang.org"
26
26
source: hosted
27
- version: "0.6.0-beta "
27
+ version: "0.6.0"
28
28
angular_forms:
29
29
description:
30
30
name: angular_forms
31
31
url: "https://pub.dartlang.org"
32
32
source: hosted
33
- version: "0.1 .0"
33
+ version: "1.0 .0"
34
34
archive:
35
35
description:
36
36
name: archive
@@ -198,7 +198,7 @@ packages:
198
198
name: matcher
199
199
url: "https://pub.dartlang.org"
200
200
source: hosted
201
- version: "0.12.1+1 "
201
+ version: "0.12.1+2 "
202
202
meta:
203
203
description:
204
204
name: meta
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description: An example app using the angular_components package.
3
3
environment :
4
4
sdk : ' >=1.24.0 <2.0.0-dev.infinity'
5
5
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
8
8
browser : ^0.10.0
9
9
dart_to_js_script_rewriter : ^1.0.1
10
10
dev_dependencies :
You can’t perform that action at this time.
0 commit comments