Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 2b8c464

Browse files
authored
Rename package angular2_components -> angular_components (#81)
1 parent 9156537 commit 2b8c464

File tree

105 files changed

+118
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+118
-106
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

README.md

Lines changed: 1 addition & 1 deletion

lib/angular2_components.dart renamed to lib/angular_components.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library angular2_components;
5+
library angular_components;
66

77
import 'package:angular2/angular2.dart' show Provider;
88
import 'src/all_components.dart';

lib/src/all_components.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library angular2_components.all_components;
5+
library angular_components.all_components;
66

77
export 'components/annotations/rtl_annotation.dart';
88
export 'components/auto_dismiss/auto_dismiss.dart';

lib/src/css/acux/acux_css_const.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library angular2_components.css.shared.acux_css_const;
5+
library angular_components.css.shared.acux_css_const;
66

77
/// Global registry for z-index values used by various components.
88
/// A z-index creates a new stacking context and you can go back to using

lib/src/css/acux/zindexer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@JS()
6-
library angular2_components.css.acux.zindexer;
6+
library angular_components.css.acux.zindexer;
77

88
import 'package:angular2/angular2.dart';
99
import 'package:js/js.dart';

lib/src/framework_stabilizers/framework_stabilizers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@JS()
6-
library angular2_components.framework_stabilizers.framework_stabilizers;
6+
library angular_components.framework_stabilizers.framework_stabilizers;
77

88
import 'dart:js';
99

lib/src/framework_stabilizers/testability.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@JS()
6-
library angular2_components.framework_stabilizers.testability;
6+
library angular_components.framework_stabilizers.testability;
77

88
import 'dart:async';
99

lib/src/laminate/components/modal/modal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library angular2_components.laminate.components.modal.modal;
5+
library angular_components.laminate.components.modal.modal;
66

77
import 'dart:async';
88
import 'dart:html';

lib/src/laminate/components/modal/src/modal_controller_directive.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library angular2_components.laminate.components.modal.src.modal_controller_directive;
5+
library angular_components.laminate.components.modal.src.modal_controller_directive;
66

77
import 'package:angular2/angular2.dart';
88

0 commit comments

Comments
 (0)