zurfyx / angular-custom-modal

Angular2+ Modal / Dialog (with inner component support).

Home Page:https://zurfyx.github.io/angular-custom-modal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cann't find module `ModalModule`

learnprogramming41 opened this issue · comments

While adding ModalModule to app.module.ts in a import section it says cann't find name ModalModule

Never had that issue before. Make sure you have installed the right package

npm install angular-custom-modal

and that your import looks like that

import { ModalModule } from 'angular-custom-modal';