Skip to content

Commit cadf1b4

Browse files
shahmeet999andrewseguin
authored andcommitted
chore: fix spelling mistake (#16272)
1 parent ecbab30 commit cadf1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import {MatButtonModule, MatCheckboxModule} from '@angular/material';
8282
export class PizzaPartyAppModule { }
8383
```
8484

85-
Alternatively, you can create a separate NgModule that imports and then re-exports all of the Anguar Material components that you will use in your application. By exporting them again, other modules can simply include your `CustomMaterialModule` wherever Material components are needed, and automatically get all of the exported Material modules. A good place for importing/exporting the application-wide Material modules is the [SharedModule](https://angular.io/guide/ngmodule-faq#sharedmodule).
85+
Alternatively, you can create a separate NgModule that imports and then re-exports all of the Angular Material components that you will use in your application. By exporting them again, other modules can simply include your `CustomMaterialModule` wherever Material components are needed, and automatically get all of the exported Material modules. A good place for importing/exporting the application-wide Material modules is the [SharedModule](https://angular.io/guide/ngmodule-faq#sharedmodule).
8686

8787
```ts
8888
import {MatButtonModule, MatCheckboxModule} from '@angular/material';

0 commit comments

Comments
 (0)