Skip to content

Commit fde980c

Browse files
jelbournmmalerba
authored andcommitted
chore: update "material2" to "components" (#15905)
This should capture things that reference the GitHub repository. There are many other places we use "material2" that we can clean up in subsequent changes.
1 parent 87b2cf6 commit fde980c

Some content is hidden

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

54 files changed

+126
-126
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration file for https://circleci.com/gh/angular/material2
1+
# Configuration file for https://circleci.com/gh/angular/components
22

33
# Note: YAML anchors allow an object to be re-used, reducing duplication.
44
# The ampersand declares an alias for an object, then later the `<<: *name`

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ chances of your issue being dealt with quickly:
7070
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
7171
causing the problem (line of code or commit)
7272

73-
You can file new issues by providing the above information [here](https://github.com/angular/material2/issues/new).
73+
You can file new issues by providing the above information [here](https://github.com/angular/components/issues/new).
7474

7575

7676
### <a name="submit-pr"></a> Submitting a Pull Request (PR)
7777
Before you submit your Pull Request (PR) consider the following guidelines:
7878

79-
* Search [GitHub](https://github.com/angular/material2/pulls) for an open or closed PR
79+
* Search [GitHub](https://github.com/angular/components/pulls) for an open or closed PR
8080
that relates to your submission. You don't want to duplicate effort.
8181
* Please sign our [Contributor License Agreement (CLA)](#cla) before sending PRs.
8282
We cannot accept code without this.
@@ -106,7 +106,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
106106
git push my-fork my-fix-branch
107107
```
108108

109-
* In GitHub, send a pull request to `material2:master`.
109+
* In GitHub, send a pull request to `components:master`.
110110
* If we suggest changes then:
111111
* Make the required updates.
112112
* Re-run the Angular Material test suites to ensure tests are still passing.
@@ -239,9 +239,9 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
239239
[coc]: https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
240240
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/preview
241241
[corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html
242-
[dev-doc]: https://github.com/angular/material2/blob/master/DEV_ENVIRONMENT.md
243-
[github]: https://github.com/angular/material2
244-
[gitter]: https://gitter.im/angular/material2
242+
[dev-doc]: https://github.com/angular/components/blob/master/DEV_ENVIRONMENT.md
243+
[github]: https://github.com/angular/components
244+
[gitter]: https://gitter.im/angular/components
245245
[individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html
246246
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
247247
[codepen]: http://codepen.io/

DEV_ENVIRONMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
1. Make sure you have `node` installed with a version at _least_ 10.0.0 and `yarn` with a version
44
of at least 1.10.0. We recommend using `nvm` to manage your node versions.
55
2. Run `yarn global add gulp` to install gulp.
6-
3. Fork the `angular/material2` repo on GitHub.
6+
3. Fork the `angular/components` repo on GitHub.
77
4. Clone your fork to your machine with `git clone`.
8-
Recommendation: name your git remotes `upstream` for `angular/material2`
9-
and `<your-username>` for your fork. Also see the [team git shortcuts](https://github.com/angular/material2/wiki/Team-git----bash-shortcuts).
8+
Recommendation: name your git remotes `upstream` for `angular/components`
9+
and `<your-username>` for your fork. Also see the [team git shortcuts](https://github.com/angular/components/wiki/Team-git----bash-shortcuts).
1010
5. From the root of the project, run `yarn`.
1111

1212

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
# Components and Material Design for Angular
22
[![npm version](https://badge.fury.io/js/%40angular%2Fmaterial.svg)](https://www.npmjs.com/package/%40angular%2Fmaterial)
3-
[![Build status](https://circleci.com/gh/angular/material2.svg?style=svg)](https://circleci.com/gh/angular/material2)
4-
[![Gitter](https://badges.gitter.im/angular/material2.svg)](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3+
[![Build status](https://circleci.com/gh/angular/components.svg?style=svg)](https://circleci.com/gh/angular/components)
4+
[![Gitter](https://badges.gitter.im/angular/components.svg)](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55

66
This is the home for the Angular team's UI components built for and with Angular.
77
These include Material Design components and the Angular Component Development Kit (CDK).
88

99
#### Quick links
1010
[Documentation, demos, and guides][aio] |
1111
[Google group](https://groups.google.com/forum/#!forum/angular-material2) |
12-
[Contributing](https://github.com/angular/material2/blob/master/CONTRIBUTING.md) |
12+
[Contributing](https://github.com/angular/components/blob/master/CONTRIBUTING.md) |
1313
[StackBlitz Template](https://goo.gl/wwnhMV)
1414

1515
### Getting started
1616

1717
See our [Getting Started Guide][getting-started]
1818
if you're building your first project with Angular Material.
1919

20-
Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
20+
Check out our [directory of design documents](https://github.com/angular/components/wiki/Design-doc-directory)
2121
for more insight into our process.
2222

23-
If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/material2/blob/master/CONTRIBUTING.md).
23+
If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/components/blob/master/CONTRIBUTING.md).
2424
You can look through the GitHub issues (which should be up-to-date on who is working on which features
2525
and which pieces are blocked) and make a comment.
2626

27-
Please see our [`help wanted`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
27+
Please see our [`help wanted`](https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
2828
label for a list of issues where we could use help from the community.
2929

3030
#### High level stuff planned for Q1 → Q2 2019 (January - June):
31-
* Most of the Angular Material team is on loan to the framework team
31+
* Most of the Angular Components team is on loan to the framework team
3232
helping with [Ivy](https://blog.angular.io/a-plan-for-version-8-0-and-ivy-b3318dfc19f7).
3333
We've been using the Angular CDK and Angular Material tests to validate code paths as well
3434
as helping debug issues in switching Google applications to the new rendering pipeline.
@@ -103,7 +103,7 @@ label for a list of issues where we could use help from the community.
103103
[16]: https://material.angular.io/components/slider/overview
104104
[17]: https://material.angular.io/components/menu/overview
105105
[18]: https://material.angular.io/components/tooltip/overview
106-
[19]: https://github.com/angular/material2/blob/master/src/material/core/ripple/ripple.md
106+
[19]: https://github.com/angular/components/blob/master/src/material/core/ripple/ripple.md
107107
[20]: https://material.angular.io/guide/theming
108108
[21]: https://material.angular.io/components/snack-bar/overview
109109
[22]: https://material.angular.io/components/dialog/overview

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export class UnicornCandyAppModule {
185185
```
186186

187187
#### Theming only certain components
188-
The `angular-material-theme` mixin will output styles for [all components in the library](https://github.com/angular/material2/blob/master/src/material/core/theming/_all-theme.scss).
188+
The `angular-material-theme` mixin will output styles for [all components in the library](https://github.com/angular/components/blob/master/src/material/core/theming/_all-theme.scss).
189189
If you are only using a subset of the components (or if you want to change the theme for specific
190190
components), you can include component-specific theme mixins. You also will need to include
191191
the `mat-core-theme` mixin as well, which contains theme-specific styles for common behaviors

guides/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you're using Material's theming, you can also pass in your typography config
101101
```
102102

103103
For more details about the typography functions and default config, see the
104-
[source](https://github.com/angular/material2/blob/master/src/material/core/typography/_typography.scss).
104+
[source](https://github.com/angular/components/blob/master/src/material/core/typography/_typography.scss).
105105

106106

107107
### Material typography in your custom CSS

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "material2-srcs",
2+
"name": "components-srcs",
33
"description": "Material Design components for Angular",
4-
"homepage": "https://github.com/angular/material2",
5-
"bugs": "https://github.com/angular/material2/issues",
4+
"homepage": "https://github.com/angular/components",
5+
"bugs": "https://github.com/angular/components/issues",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/angular/material2.git"
8+
"url": "https://github.com/angular/components.git"
99
},
1010
"license": "MIT",
1111
"engines": {

scripts/caretaking/write-presubmit-scheduler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const github = new GitHubApi();
88

99
/** CONFIGURATION: change these things if you want to tweak how the runs are made. */
1010

11-
/** Path to the local material2. By default based on the location of this script. */
11+
/** Path to the local components repo. By default based on the location of this script. */
1212
const localRepo = path.resolve(__dirname, '..', '..');
1313

1414
/** Where to write the output from the presubmit script. */
@@ -32,7 +32,7 @@ const githubSearchOptions = {
3232
// Use the maximum of allowed items per Github API query. 100 pull requests should be
3333
// enough to continuously run presubmits through night.
3434
per_page: 100,
35-
q: 'repo:angular/material2 is:open type:pr label:"pr: merge ready" -label:"pr: merge safe"',
35+
q: 'repo:angular/components is:open type:pr label:"pr: merge ready" -label:"pr: merge safe"',
3636
};
3737

3838
/** END OF CONFIGURATION. */

scripts/deploy/publish-docs-content.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docsContentPath="${projectPath}/tmp/material2-docs-content"
2727
examplesPackagePath="$(bazel info bazel-bin)/src/material-examples/npm_package"
2828

2929
# Git clone URL for the material2-docs-content repository.
30-
docsContentRepoUrl="https://github.com/angular/material2-docs-content"
30+
docsContentRepoUrl="https://github.com/angular/components-docs-content"
3131

3232
# Current version of Angular Material from the package.json file
3333
buildVersion=$(node -pe "require('./package.json').version")

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Angular Material
22
=======
33

4-
The sources for this package are in the main [Angular Material](https://github.com/angular/material2) repo. Please file issues and pull requests against that repo.
4+
The sources for this package are in the main [Angular Material](https://github.com/angular/components) repo. Please file issues and pull requests against that repo.
55

6-
License: MIT
6+
License: MIT

src/cdk-experimental/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"typings": "./cdk-experimental.d.ts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/angular/material2.git"
11+
"url": "https://github.com/angular/components.git"
1212
},
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/angular/material2/issues"
15+
"url": "https://github.com/angular/components/issues"
1616
},
17-
"homepage": "https://github.com/angular/material2#readme",
17+
"homepage": "https://github.com/angular/components#readme",
1818
"peerDependencies": {
1919
"@angular/cdk": "0.0.0-PLACEHOLDER",
2020
"@angular/core": "0.0.0-NG"

src/cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typings": "./cdk.d.ts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/angular/material2.git"
11+
"url": "https://github.com/angular/components.git"
1212
},
1313
"keywords": [
1414
"angular",
@@ -19,9 +19,9 @@
1919
],
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/angular/material2/issues"
22+
"url": "https://github.com/angular/components/issues"
2323
},
24-
"homepage": "https://github.com/angular/material2#readme",
24+
"homepage": "https://github.com/angular/components#readme",
2525
"peerDependencies": {
2626
"@angular/core": "0.0.0-NG",
2727
"@angular/common": "0.0.0-NG"

src/cdk/platform/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let hasV8BreakIterator: boolean;
1717
// cause IE to throw. These cases are tied to particular versions of Windows and can happen if
1818
// the consumer is providing a polyfilled `Map`. See:
1919
// https://github.com/Microsoft/ChakraCore/issues/3189
20-
// https://github.com/angular/material2/issues/15687
20+
// https://github.com/angular/components/issues/15687
2121
try {
2222
hasV8BreakIterator = (typeof Intl !== 'undefined' && (Intl as any).v8BreakIterator);
2323
} catch {

src/cdk/schematics/ng-update/data/attribute-selectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface AttributeSelectorUpgradeData {
1919
export const attributeSelectors: VersionChanges<AttributeSelectorUpgradeData> = {
2020
[TargetVersion.V6]: [
2121
{
22-
pr: 'https://github.com/angular/material2/pull/10257',
22+
pr: 'https://github.com/angular/components/pull/10257',
2323
changes: [
2424
{
2525
replace: 'cdkPortalHost',

src/cdk/schematics/ng-update/data/class-names.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface ClassNameUpgradeData {
1919
export const classNames: VersionChanges<ClassNameUpgradeData> = {
2020
[TargetVersion.V6]: [
2121
{
22-
pr: 'https://github.com/angular/material2/pull/10161',
22+
pr: 'https://github.com/angular/components/pull/10161',
2323
changes: [
2424
{
2525
replace: 'ConnectedOverlayDirective',
@@ -33,7 +33,7 @@ export const classNames: VersionChanges<ClassNameUpgradeData> = {
3333
},
3434

3535
{
36-
pr: 'https://github.com/angular/material2/pull/10267',
36+
pr: 'https://github.com/angular/components/pull/10267',
3737
changes: [
3838
{
3939
replace: 'ObserveContent',
@@ -43,7 +43,7 @@ export const classNames: VersionChanges<ClassNameUpgradeData> = {
4343
},
4444

4545
{
46-
pr: 'https://github.com/angular/material2/pull/10325',
46+
pr: 'https://github.com/angular/components/pull/10325',
4747
changes: [
4848
{
4949
replace: 'FocusTrapDirective',

src/cdk/schematics/ng-update/data/constructor-checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type ConstructorChecksUpgradeData = string;
1919
export const constructorChecks: VersionChanges<ConstructorChecksUpgradeData> = {
2020
[TargetVersion.V8]: [
2121
{
22-
pr: 'https://github.com/angular/material2/pull/15647',
22+
pr: 'https://github.com/angular/components/pull/15647',
2323
changes: [
2424
'CdkDrag', 'CdkDropList', 'ConnectedPositionStrategy', 'FlexibleConnectedPositionStrategy',
2525
'OverlayPositionBuilder', 'CdkTable'

src/cdk/schematics/ng-update/data/input-names.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface InputNameUpgradeData {
2626
export const inputNames: VersionChanges<InputNameUpgradeData> = {
2727
[TargetVersion.V6]: [
2828
{
29-
pr: 'https://github.com/angular/material2/pull/10161',
29+
pr: 'https://github.com/angular/components/pull/10161',
3030
changes: [
3131
{
3232
replace: 'origin',

src/cdk/schematics/ng-update/data/method-call-checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface MethodCallUpgradeData {
2121
export const methodCallChecks: VersionChanges<MethodCallUpgradeData> = {
2222
[TargetVersion.V6]: [
2323
{
24-
pr: 'https://github.com/angular/material2/pull/10325',
24+
pr: 'https://github.com/angular/components/pull/10325',
2525
changes: [
2626
{
2727
className: 'FocusMonitor',

src/cdk/schematics/ng-update/data/property-names.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface PropertyNameUpgradeData {
2424
export const propertyNames: VersionChanges<PropertyNameUpgradeData> = {
2525
[TargetVersion.V7]: [
2626
{
27-
pr: 'https://github.com/angular/material2/pull/8286',
27+
pr: 'https://github.com/angular/components/pull/8286',
2828
changes: [
2929
{
3030
replace: 'onChange',
@@ -37,7 +37,7 @@ export const propertyNames: VersionChanges<PropertyNameUpgradeData> = {
3737
},
3838

3939
{
40-
pr: 'https://github.com/angular/material2/pull/12927',
40+
pr: 'https://github.com/angular/components/pull/12927',
4141
changes: [
4242
{
4343
replace: 'flexibleDiemsions',
@@ -52,7 +52,7 @@ export const propertyNames: VersionChanges<PropertyNameUpgradeData> = {
5252

5353
[TargetVersion.V6]: [
5454
{
55-
pr: 'https://github.com/angular/material2/pull/10161',
55+
pr: 'https://github.com/angular/components/pull/10161',
5656
changes: [
5757
{
5858
replace: '_deprecatedOrigin',
@@ -142,7 +142,7 @@ export const propertyNames: VersionChanges<PropertyNameUpgradeData> = {
142142
},
143143

144144
{
145-
pr: 'https://github.com/angular/material2/pull/10257',
145+
pr: 'https://github.com/angular/components/pull/10257',
146146
changes: [
147147
{
148148
replace: '_deprecatedPortal',

src/cdk/schematics/ng-update/update-schematic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ because the non-separated upgrade data would just include: _`onChange` => `onVal
9898
Also besides separating the upgrade data based on the target version, we split the upgrade data
9999
based on the type of code that is affected by these migrations:
100100
101-
* See here: [src/material/schematics/update/material/data](https://github.com/angular/material2/tree/master/src/material/schematics/update/material/data)
101+
* See here: [src/material/schematics/update/material/data](https://github.com/angular/components/tree/master/src/material/schematics/update/material/data)
102102
103103
### Adding upgrade data
104104

src/cdk/schematics/ng-update/upgrade-rules/signature-check/constructorSignatureCheckRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Rule extends Rules.TypedRule {
3333
applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): RuleFailure[] {
3434
// Note that the data for this rule is not distinguished based on the target version because
3535
// we don't keep track of the new signature and don't want to update incrementally.
36-
// See: https://github.com/angular/material2/pull/12970#issuecomment-418337566
36+
// See: https://github.com/angular/components/pull/12970#issuecomment-418337566
3737
const data = getAllChanges<ConstructorChecksUpgradeData>
3838
(this.getOptions().ruleArguments[1].constructorChecks);
3939
return this.applyWithFunction(sourceFile, visitSourceFile, data, program);

src/cdk/schematics/utils/build-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function buildComponent(options: ComponentOptions,
210210
// In case the specified style extension is not part of the supported CSS supersets,
211211
// we generate the stylesheets with the "css" extension. This ensures that we don't
212212
// accidentally generate invalid stylesheets (e.g. drag-drop-comp.styl) which will
213-
// break the Angular CLI project. See: https://github.com/angular/material2/issues/15164
213+
// break the Angular CLI project. See: https://github.com/angular/components/issues/15164
214214
if (!supportedCssExtensions.includes(options.style!)) {
215215
// TODO: Cast is necessary as we can't use the Style enum which has been introduced
216216
// within CLI v7.3.0-rc.0. This would break the schematic for older CLI versions.

src/dev-app/dev-app/dev-app-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {DevAppLayout} from './dev-app-layout';
3636
exports: [DevAppLayout],
3737

3838
// We need to pass this in here, because the gesture config currently doesn't for lazy-loaded
39-
// modules. See https://github.com/angular/material2/issues/4595#issuecomment-416641018.
39+
// modules. See https://github.com/angular/components/issues/4595#issuecomment-416641018.
4040
providers: [{provide: HAMMER_GESTURE_CONFIG, useClass: GestureConfig}]
4141
})
4242
export class DevAppModule {

src/e2e-app/devserver-configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ require.config({
3939
}
4040
});
4141

42-
// Workaround until https://github.com/angular/material2/issues/13883 has been addressed.
42+
// Workaround until https://github.com/angular/components/issues/13883 has been addressed.
4343
var module = {id: ''};

src/e2e-app/e2e-app/e2e-app-module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {E2eAppLayout, Home} from './e2e-app-layout';
2323
exports: [E2eAppLayout],
2424

2525
// We need to pass this in here, because the gesture config currently doesn't for lazy-loaded
26-
// modules. See https://github.com/angular/material2/issues/4595#issuecomment-416641018.
26+
// modules. See https://github.com/angular/components/issues/4595#issuecomment-416641018.
2727
providers: [{provide: HAMMER_GESTURE_CONFIG, useClass: GestureConfig}]
2828
})
2929
export class E2eAppModule {

src/material-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": true,
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/angular/material2.git"
12+
"url": "https://github.com/angular/components.git"
1313
},
1414
"keywords": [
1515
"angular",
@@ -19,9 +19,9 @@
1919
],
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/angular/material2/issues"
22+
"url": "https://github.com/angular/components/issues"
2323
},
24-
"homepage": "https://github.com/angular/material2#readme",
24+
"homepage": "https://github.com/angular/components#readme",
2525
"peerDependencies": {
2626
"@angular/cdk": "0.0.0-PLACEHOLDER",
2727
"@angular/core": "0.0.0-NG",

0 commit comments

Comments
 (0)