Topic: Alerts with angular
jimsgroup pro asked 7 years ago
import {ToastService} from '../../typescripts/pro/alerts'
This shows as unknown for me. Is this an NPM package I need to download? Or is it part of the MDB Pro package?
Dawid Adach pro answered 7 years ago
import {ToastService} from '../../typescripts/pro/alerts';
to:
import {ToastService} from 'ng-mdb-pro/pro/';
jimsgroup pro commented 7 years ago
That doesn't work, but this does: import { ToastModule } from 'ng-mdb-pro/pro/index';Dawid Adach pro commented 7 years ago
Dear jimsgrouop, Toast module is available at index.ts file, while Toast service is available at pro/alerts , the reason behind that is that you should import Toast module only once for root, while service can be implemented in all components whereas you want yo use Toast Service.FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No