Topic: Toast Services
Authentic pro asked 6 years ago
import { ToastService } from 'your_path_to/typescripts/pro'; where I can find your_path_to? it's refer where?
Add comment
Damian Gemza staff answered 6 years ago
Dear Authentic,
'your_path_to/typescripts/pro' tells, that you should place there path from file which imports ToastService to directory where /typescripts/pro folder is.
So if you're importing ToastService in app.component.ts, and you're having typescripts directory in your src directory, the import path should looks like below:
import { ToastService } from './../typescripts/pro'Best Regards, Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags