Hi Harika,
if you want to import something from your own app, it needs a relative path to the file. If you don’t start the import with a . the tooling will look for it in node_modules I suspect you need something like import * as utils from "../utils/utils"; Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/ba7ca52c-8768-409a-aaa1-efd6c638416b%40googlegroups.com.
