providers: [
{
provide: APP_BASE_HREF,
useValue: window['base-href']
}
],
})
<base href="/">
<script>
window['base-href'] = window.location.pathname;
console.log(window['base-href']);
</script>
I’ve enabled searchable dropdowns for all dynamic dropdown controls in Assignment Details. What I changed Added a dropdownSearch map...
No comments:
Post a Comment