# provideGrid

> _Since v1.4.0_

Combined provider for grid type defaults and icons.

Returns environment providers that can be added to your `ApplicationConfig`
`providers` array. Either field is optional — only the registries you
supply are wired up.

Equivalent to calling `provideGridTypeDefaults(options.typeDefaults)` and
`provideGridIcons(options.icons)` separately.

```ts
provideGrid(options: ProvideGridOptions): EnvironmentProviders
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `options` | <code><a href="/grid/angular/api/types/providegridoptions/">ProvideGridOptions</a></code> |  |
