Authentic pro asked 5 years ago


import { ToastService } from 'your_path_to/typescripts/pro'; where I can find your_path_to? it's refer where?

Damian Gemza staff answered 5 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

Authentic pro commented 5 years ago

it's working, thanks


Please insert min. 20 characters.

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