EladBezalel / material2-start

Quick Starter Repository for Angular Material 2
214 stars 72 forks source link

There is no mention of adding MdDialog for Step 9 #8

Closed millarde closed 7 years ago

millarde commented 7 years ago

I added it myself (after getting compilation errors). Switched to code for Step 9 and it shows:

import {MdIconRegistry, MdDialog} from '@angular/material';

Checked the other steps and did not see any mention of it previously. It is not in the official code for Step 8.