We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0884afa commit c618f85Copy full SHA for c618f85
guides/getting-started.md
@@ -27,7 +27,7 @@ npm install --save @angular/material
27
import { MaterialModule } from '@angular/material';
28
// other imports
29
@NgModule({
30
- imports: [MaterialModule.forRoot()],
+ imports: [MaterialModule],
31
...
32
})
33
export class PizzaPartyAppModule { }
0 commit comments