angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!

Home Page:https://angular-extensions.github.io/elements/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Env configuration

opened this issue · comments

Hi, is there any possibility to add multiple URL's for one package?
For example in dev env, I want to use the package from source A and in test/prod env from source B.

Hi @SebaP94 ! Sure, you cna use standard angualr environment.ts (environment.prod.ts) to provide element urls par env.

Hope that helps!