Skip to content

Commit 408c58d

Browse files
EladBezalelandrewseguin
authored andcommitted
style(branding): branding consistency fixup (#2805)
fixes #2803
1 parent dd1f0fc commit 408c58d

File tree

21 files changed

+32
-32
lines changed

21 files changed

+32
-32
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Angular 2 Material
1+
# Contributing to Angular Material
22

3-
We would love for you to contribute to Angular 2 Material and help make it ever better!
3+
We would love for you to contribute to Angular Material and help make it ever better!
44
As a contributor, here are the guidelines we would like you to follow:
55

66
- [Code of Conduct](#coc)
@@ -19,7 +19,7 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
1919

2020
If you have questions about how to *use* Angular Material, please direct them to the
2121
[Google Group][material-group] discussion list or [StackOverflow][stackoverflow].
22-
Please note that Angular 2 Material is still in very early development, and the team's capacity
22+
Please note that Angular Material is still in very early development, and the team's capacity
2323
to answer usage questions is limited. Community chat is also available on [Gitter][gitter].
2424

2525
## <a name="issue"></a> Found an Issue?
@@ -33,7 +33,7 @@ You can help the team even more and [submit a Pull Request](#submit-pr) with a f
3333
## <a name="feature"></a> Want a Feature?
3434
You can *request* a new feature by [submitting an issue](#submit-issue) to our [GitHub
3535
Repository][github]. If you would like to *implement* a new feature, please submit an issue with
36-
a proposal for your work first, to be sure that we can use it. Angular 2 Material is in very early
36+
a proposal for your work first, to be sure that we can use it. Angular Material is in very early
3737
stages and we are not ready to accept major contributions ahead of the full release.
3838
Please consider what kind of change it is:
3939

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Material Design for Angular 2
1+
# Material Design for Angular
22
[![npm version](https://badge.fury.io/js/%40angular%2Fmaterial.svg)](https://www.npmjs.com/package/%40angular%2Fmaterial)
33
[![Build Status](https://travis-ci.org/angular/material2.svg?branch=master)](https://travis-ci.org/angular/material2)
44
[![Gitter](https://badges.gitter.im/angular/material2.svg)](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55

6-
This is the home for the Angular team's Material Design components built on top of Angular 2.
6+
This is the home for the Angular team's Material Design components built on top of Angular.
77

88
#### Quick links
99
[Google group](https://groups.google.com/forum/#!forum/angular-material2),
@@ -23,10 +23,10 @@ Playing with the latest changes from [master](https://github.com/angular/materia
2323
### Getting started
2424

2525
See our [Getting Started Guide][getting-started]
26-
if you're building your first project with Angular Material 2.
26+
if you're building your first project with Angular Material.
2727

2828
### Project status
29-
Angular Material 2 is currently in beta and under active development.
29+
Angular Material is currently in beta and under active development.
3030
During beta, new features will be added regularly and APIs will evolve based on user feedback.
3131

3232
Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
@@ -141,7 +141,7 @@ High level items planned for January 2017:
141141
be missing some behaviors or polish.
142142

143143
## The goal of Angular Material
144-
Our goal is to build a set of high-quality UI components built with Angular 2 and TypeScript,
144+
Our goal is to build a set of high-quality UI components built with Angular and TypeScript,
145145
following the Material Design spec. These
146146
components will serve as an example of how to write Angular code following best practices.
147147

e2e/index.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('hello, protractor', function () {
44
describe('index', function () {
55
browser.get('/');
66
it('should have a title', function () {
7-
expect(browser.getTitle()).toBe('Material2');
7+
expect(browser.getTitle()).toBe('Angular Material');
88
});
99
});
1010
});

guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Get started with Angular Material 2 using the Angular CLI.
1+
Get started with Angular Material using the Angular CLI.
22

33
## Install the CLI
44

@@ -85,6 +85,6 @@ load the Material Design font in your `index.html`.
8585
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
8686
```
8787

88-
## Sample Angular Material 2 projects
89-
- [Material 2 Sample App](https://github.com/jelbourn/material2-app)
88+
## Sample Angular Material projects
89+
- [Material Sample App](https://github.com/jelbourn/material2-app)
9090
- [Angular Connect 2016 Demo](https://github.com/kara/leashed-in)

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a theme consists of:
1313
* A foreground palette: colors for text and icons.
1414
* A background palette: colors used for element backgrounds.
1515

16-
In Angular Material 2, all theme styles are generated _statically_ at build-time so that your
16+
In Angular Material, all theme styles are generated _statically_ at build-time so that your
1717
app doesn't have to spend cycles generating theme styles on startup.
1818

1919
[1]: https://material.google.com/style/color.html#color-color-palette

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material2-srcs",
3-
"description": "Material Design components for Angular 2",
3+
"description": "Material Design components for Angular",
44
"homepage": "https://github.com/angular/material2",
55
"bugs": "https://github.com/angular/material2/issues",
66
"repository": {

src/demo-app/checkbox/checkbox-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class MdCheckboxDemoNestedChecklist {
2525
subtasks: [
2626
{ name: 'Cook Dinner', completed: false },
2727
{ name: 'Read the Material Design Spec', completed: false },
28-
{ name: 'Upgrade Application to Angular2', completed: false }
28+
{ name: 'Upgrade Application to Angular', completed: false }
2929
]
3030
},
3131
{

src/demo-app/demo-app/demo-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<md-icon class="md-24" >menu</md-icon>
2525
</button>
2626
<div class="demo-toolbar">
27-
<h1>Angular Material 2 Demos</h1>
27+
<h1>Angular Material Demos</h1>
2828
<button md-button (click)="toggleFullscreen()" title="Toggle fullscreen">
2929
Fullscreen
3030
</button>

src/demo-app/demo-app/demo-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {Component, ViewEncapsulation, ElementRef} from '@angular/core';
44
@Component({
55
selector: 'home',
66
template: `
7-
<p>Welcome to the development demos for Angular Material 2!</p>
7+
<p>Welcome to the development demos for Angular Material!</p>
88
<p>Open the sidenav to select a demo. </p>
99
`
1010
})

src/demo-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Material2</title>
6+
<title>Angular Material</title>
77
<base href="/">
88

99
<link rel="icon" type="image/x-icon" href="favicon.ico">

0 commit comments

Comments
 (0)