Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

196
Views
How to add external js bundle in angular module

I have hello.js file with a function HelloWorld()

Angular app has lazy loaded modules module1, module2, .. moduleN

in Angular.json

 "scripts": [
              {
                "input": "src/alljs/hello.js",
                "inject": false,
                "bundleName": "lazyhello"
              },

This generates a bundle lazyhello.js in the root dir

I want to call function helloWorld() in module2 and module 3. So in module2.module.ts and module3.module2.ts I import it as -

import "../lazyhello.js"

However, it does not work. How can I import bundle lazyhello.js into the other lazy loaded angular modules?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!