Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7875483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:59:21+00:00 2026-06-03T02:59:21+00:00

All the DI documentation in Angular seems to be based on the idea that

  • 0

All the DI documentation in Angular seems to be based on the idea that you want the system implementation of a service when the code is production and when you are running automated tests, you want to select among several mock implementations.

No, I have several working implementations of a dependency and I want to choose one (based typically on the URL). How do I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:59:22+00:00Added an answer on June 3, 2026 at 2:59 am
    1. put your dependencies into separate module. Fore example serviceA.impl1 and serviceA.impl2
    2. create the application level module but add dependencies based on URL
    angular.module('impl1', [])....
    angular.module('impl2', [])....
    
    var deps = [];
    if (location.match(...) {
      deps.push('impl1')
    } else {
      deps.push('impl2')
    }
    
    angular.module('myApp', deps);
    

    then in your index.html do

      <html ng-app="myApp">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

February, 26 2010 21:34:00 Based on all the documentation I can find, MMMM, d
After reading all sorts of Stackoverflow postings and various documentation including some on http://code.google.com/p/google-api-java-client/
Looking at the DateTimeFormatInfo documentation, it appears that all the standard formats have colons
I've read all Apple documentation on the iPhone development and there's nothing that describes
All the documentation I can find suggests that almost standards mode differs from standards
All the documentation suggests that ctrl+comma should bring up the navigate to dialog. When
I want to run MongoMapper on Heroku. This necessitates MongoHQ. All the documentation, like
Objectify (2.2.3) seems to not want to handle @Embedded lists of strings, although all
All the documentation I can find seems to suggest I can only extract the
All the documentation I've found so far is to update keys that are already

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.