@mdi/angular-material
Advanced tools
Comparing version 5.9.55 to 6.1.95
{ | ||
"name": "@mdi/angular-material", | ||
"version": "5.9.55", | ||
"version": "6.1.95", | ||
"description": "Distribution and Build for Angular Material MDI", | ||
@@ -26,5 +26,5 @@ "scripts": { | ||
"devDependencies": { | ||
"@mdi/svg": "^5.9.55", | ||
"@mdi/svg": "^6.1.95", | ||
"@mdi/util": "^0.3.2" | ||
} | ||
} |
@@ -9,6 +9,6 @@ > *Note:* Please use the main [MaterialDesign](https://github.com/Templarian/MaterialDesign/issues) repo to report issues. This repo is for distribution of the Angular Material files only. | ||
Install `@mdi/angular-material` from npm: | ||
Install `@mdi/angular-material` and `@angular/cdk` from npm: | ||
```bash | ||
npm install @mdi/angular-material | ||
npm install @mdi/angular-material @angular/cdk | ||
``` | ||
@@ -75,3 +75,3 @@ | ||
import { NgModule } from '@angular/core'; | ||
import { MatIconRegistry, MatIconModule } from '@angular/material'; | ||
import { MatIconRegistry, MatIconModule } from '@angular/material/icon'; | ||
import { DomSanitizer } from '@angular/platform-browser'; | ||
@@ -78,0 +78,0 @@ |
Sorry, the diff of this file is not supported yet
2460779